DBMS_CLOUD_OCI_ODA_ODA_CHANGE_ODA_INSTANCE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_oda_instance_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_change_oda_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_ODA_ODA_CREATE_ODA_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_oda_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_create_oda_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oda_oda_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_oda_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ODA_ODA_CREATE_ODA_INSTANCE_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_oda_instance_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_create_oda_instance_attachment_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_ODA_ODA_DELETE_ODA_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_oda_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_delete_oda_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_ODA_ODA_DELETE_ODA_INSTANCE_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_oda_instance_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_delete_oda_instance_attachment_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_ODA_ODA_GET_ODA_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_oda_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_get_oda_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oda_oda_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_oda_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ODA_ODA_GET_ODA_INSTANCE_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_oda_instance_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_get_oda_instance_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oda_oda_instance_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_oda_instance_attachment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ODA_ODA_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_oda_oda_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oda_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_ODA_ODA_LIST_ODA_INSTANCE_ATTACHMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_oda_instance_attachments request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_list_oda_instance_attachments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oda_oda_instance_attachment_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_oda_instance_attachments
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ODA_ODA_INSTANCE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_oda_oda_instance_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_instance_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_oda_oda_instance_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ODA_ODA_LIST_ODA_INSTANCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_oda_instances request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_list_oda_instances_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oda_oda_instance_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_oda_instances
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ODA_WORK_REQUEST_ERROR_TBL Type 🔗
Nested table type of dbms_cloud_oci_oda_work_request_error_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_oda_work_request_error_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ODA_ODA_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_oda_oda_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oda_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_ODA_WORK_REQUEST_LOG_ENTRY_TBL Type 🔗
Nested table type of dbms_cloud_oci_oda_work_request_log_entry_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_oda_work_request_log_entry_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ODA_ODA_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_oda_oda_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oda_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_ODA_WORK_REQUEST_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_oda_work_request_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_oda_work_request_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_ODA_ODA_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_oda_oda_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oda_work_request_summary_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_ODA_ODA_START_ODA_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the start_oda_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_start_oda_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_ODA_ODA_STOP_ODA_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the stop_oda_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_stop_oda_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_ODA_ODA_UPDATE_ODA_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_oda_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_update_oda_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_oda_oda_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_oda_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_ODA_ODA_UPDATE_ODA_INSTANCE_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_oda_instance_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oda_oda_update_oda_instance_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;