MySQL MySQLaaS Types

DBMS_CLOUD_OCI_MS_MYSQLAAS_CREATE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_MYSQLAAS_DELETE_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ms_mysqlaas_delete_configuration_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_MYSQLAAS_GET_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MYSQL_CONFIGURATION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_mysql_configuration_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mysql_configuration_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_mysql_configuration_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MS_MYSQLAAS_LIST_CONFIGURATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_configurations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MYSQL_SHAPE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_mysql_shape_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mysql_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_mysql_shape_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MS_MYSQLAAS_LIST_SHAPES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MYSQL_VERSION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_mysql_version_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mysql_version_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_mysql_version_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_MS_MYSQLAAS_LIST_VERSIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_versions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MS_MYSQLAAS_UPDATE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer