DBMS_CLOUD_OCI_CIN_CONTAINER_INSTANCE_CHANGE_CONTAINER_INSTANCE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_container_instance_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_change_container_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_CIN_CONTAINER_INSTANCE_CREATE_CONTAINER_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_container_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_create_container_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_container_instances_container_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_container_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CIN_CONTAINER_INSTANCE_DELETE_CONTAINER_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_container_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_delete_container_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_CIN_CONTAINER_INSTANCE_GET_CONTAINER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_container request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_get_container_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_container_instances_container_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_container
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CIN_CONTAINER_INSTANCE_GET_CONTAINER_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_container_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_get_container_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_container_instances_container_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_container_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CIN_CONTAINER_INSTANCE_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_cin_container_instance_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_container_instances_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_CIN_CONTAINER_INSTANCE_LIST_CONTAINER_INSTANCE_SHAPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_container_instance_shapes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_list_container_instance_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_container_instances_container_instance_shape_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_container_instance_shapes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CIN_CONTAINER_INSTANCE_LIST_CONTAINER_INSTANCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_container_instances request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_list_container_instances_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_container_instances_container_instance_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_container_instances
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CIN_CONTAINER_INSTANCE_LIST_CONTAINERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_containers request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_list_containers_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_container_instances_container_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_containers
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CIN_CONTAINER_INSTANCE_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_cin_container_instance_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_container_instances_work_request_error_collection_t,
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_CIN_CONTAINER_INSTANCE_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_cin_container_instance_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_container_instances_work_request_log_entry_collection_t,
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_CIN_CONTAINER_INSTANCE_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_cin_container_instance_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_container_instances_work_request_summary_collection_t,
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_CIN_CONTAINER_INSTANCE_RESTART_CONTAINER_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the restart_container_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_restart_container_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_CIN_CONTAINER_INSTANCE_RETRIEVE_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the retrieve_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_retrieve_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of retrieve_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CIN_CONTAINER_INSTANCE_START_CONTAINER_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the start_container_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_start_container_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_CIN_CONTAINER_INSTANCE_STOP_CONTAINER_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the stop_container_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_stop_container_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_CIN_CONTAINER_INSTANCE_UPDATE_CONTAINER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_container request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_update_container_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_CIN_CONTAINER_INSTANCE_UPDATE_CONTAINER_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_container_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cin_container_instance_update_container_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;