BDS Types

DBMS_CLOUD_OCI_BDS_BDS_ACTIVATE_BDS_METASTORE_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_activate_bds_metastore_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_BDS_BDS_ADD_AUTO_SCALING_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_add_auto_scaling_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_BDS_BDS_ADD_BLOCK_STORAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_add_block_storage_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_BDS_BDS_ADD_CLOUD_SQL_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_add_cloud_sql_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_BDS_BDS_ADD_KAFKA_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_add_kafka_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_BDS_BDS_ADD_MASTER_NODES_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_add_master_nodes_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_BDS_BDS_ADD_UTILITY_NODES_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_add_utility_nodes_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_BDS_BDS_ADD_WORKER_NODES_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_add_worker_nodes_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_BDS_CERTIFICATE_SERVICE_INFO_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bds_certificate_service_info_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_certificate_service_info_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_certificate_service_info_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_CERTIFICATE_SERVICE_INFO_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of certificate_service_info

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_CHANGE_BDS_INSTANCE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_change_bds_instance_compartment_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_BDS_BDS_CHANGE_SHAPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_change_shape_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_BDS_BDS_CREATE_BDS_API_KEY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_create_bds_api_key_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_BDS_BDS_CREATE_BDS_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_create_bds_instance_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_BDS_BDS_CREATE_BDS_METASTORE_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_create_bds_metastore_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_BDS_BDS_DELETE_BDS_API_KEY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_delete_bds_api_key_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_BDS_BDS_DELETE_BDS_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_delete_bds_instance_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_BDS_BDS_DELETE_BDS_METASTORE_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_delete_bds_metastore_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_BDS_BDS_DISABLE_CERTIFICATE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_disable_certificate_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_BDS_BDS_ENABLE_CERTIFICATE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_enable_certificate_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_BDS_BDS_EXECUTE_BOOTSTRAP_SCRIPT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_execute_bootstrap_script_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_BDS_BDS_GET_AUTO_SCALING_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_auto_scaling_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_GET_BDS_API_KEY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_bds_api_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_GET_BDS_INSTANCE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_bds_instance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_GET_BDS_METASTORE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_bds_metastore_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_GET_OS_PATCH_DETAILS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_os_patch_details

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_GET_WORK_REQUEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_INSTALL_OS_PATCH_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_install_os_patch_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_BDS_BDS_INSTALL_PATCH_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_install_patch_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_BDS_AUTO_SCALING_CONFIGURATION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bds_auto_scaling_configuration_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_auto_scaling_configuration_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_auto_scaling_configuration_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_LIST_AUTO_SCALING_CONFIGURATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_auto_scaling_configurations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_API_KEY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bds_bds_api_key_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_api_key_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_bds_api_key_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_LIST_BDS_API_KEYS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_bds_api_keys

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_INSTANCE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bds_bds_instance_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_instance_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_bds_instance_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_LIST_BDS_INSTANCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_bds_instances

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_METASTORE_CONFIGURATION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bds_bds_metastore_configuration_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_metastore_configuration_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_bds_metastore_configuration_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_LIST_BDS_METASTORE_CONFIGURATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_bds_metastore_configurations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_OS_PATCH_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bds_os_patch_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_os_patch_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_os_patch_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_LIST_OS_PATCHES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_os_patches

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_PATCH_HISTORY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bds_patch_history_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_patch_history_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_patch_history_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_LIST_PATCH_HISTORIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_patch_histories

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_PATCH_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_bds_patch_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_patch_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_patch_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_LIST_PATCHES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_patches

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_WORK_REQUEST_ERROR_TBL Type

Nested table type of dbms_cloud_oci_bds_work_request_error_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_work_request_error_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_WORK_REQUEST_LOG_ENTRY_TBL Type

Nested table type of dbms_cloud_oci_bds_work_request_log_entry_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_work_request_log_entry_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_WORK_REQUEST_TBL Type

Nested table type of dbms_cloud_oci_bds_work_request_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_work_request_tbl FORCE IS TABLE OF (dbms_cloud_oci_bds_work_request_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_BDS_BDS_LIST_WORK_REQUESTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_BDS_BDS_REMOVE_AUTO_SCALING_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_remove_auto_scaling_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_BDS_BDS_REMOVE_CLOUD_SQL_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_remove_cloud_sql_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_BDS_BDS_REMOVE_KAFKA_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_remove_kafka_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_BDS_BDS_REMOVE_NODE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_remove_node_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_BDS_BDS_RENEW_CERTIFICATE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_renew_certificate_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_BDS_BDS_RESTART_NODE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_restart_node_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_BDS_BDS_START_BDS_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_start_bds_instance_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_BDS_BDS_STOP_BDS_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_stop_bds_instance_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_BDS_BDS_TEST_BDS_METASTORE_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_test_bds_metastore_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_BDS_BDS_TEST_BDS_OBJECT_STORAGE_CONNECTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_test_bds_object_storage_connection_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_BDS_BDS_UPDATE_AUTO_SCALING_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_update_auto_scaling_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_BDS_BDS_UPDATE_BDS_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_update_bds_instance_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_BDS_BDS_UPDATE_BDS_METASTORE_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bds_bds_update_bds_metastore_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

Was this article helpful?