DBMS_CLOUD_OCI_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_CHANGE_CCC_INFRASTRUCTURE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_ccc_infrastructure_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_change_ccc_infrastructure_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_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_CHANGE_CCC_UPGRADE_SCHEDULE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_ccc_upgrade_schedule_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_change_ccc_upgrade_schedule_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_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_CREATE_CCC_INFRASTRUCTURE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_ccc_infrastructure request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_create_ccc_infrastructure_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_cloud_at_customer_ccc_infrastructure_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_ccc_infrastructure
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_CREATE_CCC_UPGRADE_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_ccc_upgrade_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_create_ccc_upgrade_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_cloud_at_customer_ccc_upgrade_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_ccc_upgrade_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_DELETE_CCC_INFRASTRUCTURE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_ccc_infrastructure request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_delete_ccc_infrastructure_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_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_DELETE_CCC_UPGRADE_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_ccc_upgrade_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_delete_ccc_upgrade_schedule_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_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_GET_CCC_INFRASTRUCTURE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_ccc_infrastructure request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_get_ccc_infrastructure_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_cloud_at_customer_ccc_infrastructure_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_ccc_infrastructure
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_GET_CCC_UPGRADE_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_ccc_upgrade_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_get_ccc_upgrade_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_cloud_at_customer_ccc_upgrade_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_ccc_upgrade_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_LIST_CCC_INFRASTRUCTURES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_ccc_infrastructures request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_list_ccc_infrastructures_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_cloud_at_customer_ccc_infrastructure_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_ccc_infrastructures
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_LIST_CCC_UPGRADE_SCHEDULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_ccc_upgrade_schedules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_list_ccc_upgrade_schedules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_cloud_at_customer_ccc_upgrade_schedule_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_ccc_upgrade_schedules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_UPDATE_CCC_INFRASTRUCTURE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_ccc_infrastructure request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_update_ccc_infrastructure_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_cloud_at_customer_ccc_infrastructure_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_ccc_infrastructure
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CCAC_COMPUTE_CLOUD_AT_CUSTOMER_UPDATE_CCC_UPGRADE_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_ccc_upgrade_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ccac_compute_cloud_at_customer_update_ccc_upgrade_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_cloud_at_customer_ccc_upgrade_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;