MySQL DB System Types

DBMS_CLOUD_OCI_MS_DB_SYSTEM_ADD_HEAT_WAVE_CLUSTER_RESPONSE_T Type

Contains the response body, headers and the status code of the add_heat_wave_cluster request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_add_heat_wave_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_mysql_heat_wave_cluster_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of add_heat_wave_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_CREATE_DB_SYSTEM_RESPONSE_T Type

Contains the response body, headers and the status code of the create_db_system request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_create_db_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_mysql_db_system_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_db_system

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_DELETE_DB_SYSTEM_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_db_system request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_delete_db_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_DELETE_HEAT_WAVE_CLUSTER_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_heat_wave_cluster request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_delete_heat_wave_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_GENERATE_HEAT_WAVE_CLUSTER_MEMORY_ESTIMATE_RESPONSE_T Type

Contains the response body, headers and the status code of the generate_heat_wave_cluster_memory_estimate request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_generate_heat_wave_cluster_memory_estimate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_mysql_heat_wave_cluster_memory_estimate_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of generate_heat_wave_cluster_memory_estimate

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_GET_DB_SYSTEM_RESPONSE_T Type

Contains the response body, headers and the status code of the get_db_system request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_get_db_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_mysql_db_system_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_db_system

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_GET_HEAT_WAVE_CLUSTER_RESPONSE_T Type

Contains the response body, headers and the status code of the get_heat_wave_cluster request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_get_heat_wave_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_mysql_heat_wave_cluster_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_heat_wave_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_GET_HEAT_WAVE_CLUSTER_MEMORY_ESTIMATE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_heat_wave_cluster_memory_estimate request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_get_heat_wave_cluster_memory_estimate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_mysql_heat_wave_cluster_memory_estimate_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_heat_wave_cluster_memory_estimate

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MYSQL_DB_SYSTEM_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_mysql_db_system_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mysql_db_system_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_mysql_db_system_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MS_DB_SYSTEM_LIST_DB_SYSTEMS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_db_systems request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_list_db_systems_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_mysql_db_system_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_db_systems

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_RESTART_DB_SYSTEM_RESPONSE_T Type

Contains the response body, headers and the status code of the restart_db_system request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_restart_db_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_RESTART_HEAT_WAVE_CLUSTER_RESPONSE_T Type

Contains the response body, headers and the status code of the restart_heat_wave_cluster request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_restart_heat_wave_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_START_DB_SYSTEM_RESPONSE_T Type

Contains the response body, headers and the status code of the start_db_system request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_start_db_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_START_HEAT_WAVE_CLUSTER_RESPONSE_T Type

Contains the response body, headers and the status code of the start_heat_wave_cluster request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_start_heat_wave_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_STOP_DB_SYSTEM_RESPONSE_T Type

Contains the response body, headers and the status code of the stop_db_system request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_stop_db_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_STOP_HEAT_WAVE_CLUSTER_RESPONSE_T Type

Contains the response body, headers and the status code of the stop_heat_wave_cluster request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_stop_heat_wave_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_UPDATE_DB_SYSTEM_RESPONSE_T Type

Contains the response body, headers and the status code of the update_db_system request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_update_db_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_DB_SYSTEM_UPDATE_HEAT_WAVE_CLUSTER_RESPONSE_T Type

Contains the response body, headers and the status code of the update_heat_wave_cluster request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_db_system_update_heat_wave_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer