DBMS_CLOUD_OCI_CR_COMPUTE_ACCEPT_SHIELDED_INTEGRITY_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the accept_shielded_integrity_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_accept_shielded_integrity_policy_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_CR_COMPUTE_ADD_IMAGE_SHAPE_COMPATIBILITY_ENTRY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the add_image_shape_compatibility_entry request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_add_image_shape_compatibility_entry_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_image_shape_compatibility_entry_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of add_image_shape_compatibility_entry
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_ATTACH_BOOT_VOLUME_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the attach_boot_volume request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_attach_boot_volume_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_boot_volume_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of attach_boot_volume
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_ATTACH_VNIC_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the attach_vnic request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_attach_vnic_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_vnic_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of attach_vnic
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_ATTACH_VOLUME_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the attach_volume request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_attach_volume_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_volume_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of attach_volume
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_CAPTURE_CONSOLE_HISTORY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the capture_console_history request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_capture_console_history_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_console_history_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of capture_console_history
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_CHANGE_COMPUTE_CAPACITY_RESERVATION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_compute_capacity_reservation_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_change_compute_capacity_reservation_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_CR_COMPUTE_CHANGE_COMPUTE_CAPACITY_TOPOLOGY_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_compute_capacity_topology_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_change_compute_capacity_topology_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_CR_COMPUTE_CHANGE_COMPUTE_CLUSTER_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_compute_cluster_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_change_compute_cluster_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_CR_COMPUTE_CHANGE_COMPUTE_IMAGE_CAPABILITY_SCHEMA_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_compute_image_capability_schema_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_change_compute_image_capability_schema_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_CR_COMPUTE_CHANGE_DEDICATED_VM_HOST_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_dedicated_vm_host_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_change_dedicated_vm_host_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_CR_COMPUTE_CHANGE_IMAGE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_image_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_change_image_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_CR_COMPUTE_CHANGE_INSTANCE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_instance_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_change_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_CR_COMPUTE_CREATE_APP_CATALOG_SUBSCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_app_catalog_subscription request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_create_app_catalog_subscription_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_app_catalog_subscription_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_app_catalog_subscription
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_CREATE_COMPUTE_CAPACITY_REPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_compute_capacity_report request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_create_compute_capacity_report_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_capacity_report_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_compute_capacity_report
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_CREATE_COMPUTE_CAPACITY_RESERVATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_compute_capacity_reservation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_create_compute_capacity_reservation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_capacity_reservation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_compute_capacity_reservation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_CREATE_COMPUTE_CAPACITY_TOPOLOGY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_compute_capacity_topology request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_create_compute_capacity_topology_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_capacity_topology_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_compute_capacity_topology
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_CREATE_COMPUTE_CLUSTER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_compute_cluster request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_create_compute_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_cluster_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_compute_cluster
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_CREATE_COMPUTE_IMAGE_CAPABILITY_SCHEMA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_compute_image_capability_schema request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_create_compute_image_capability_schema_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_image_capability_schema_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_compute_image_capability_schema
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_CREATE_DEDICATED_VM_HOST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_dedicated_vm_host request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_create_dedicated_vm_host_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_dedicated_vm_host_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_dedicated_vm_host
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_CREATE_IMAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_image request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_create_image_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_image_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_image
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_CREATE_INSTANCE_CONSOLE_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_instance_console_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_create_instance_console_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_console_connection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_instance_console_connection
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_DELETE_APP_CATALOG_SUBSCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_app_catalog_subscription request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_delete_app_catalog_subscription_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_CR_COMPUTE_DELETE_COMPUTE_CAPACITY_RESERVATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_compute_capacity_reservation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_delete_compute_capacity_reservation_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_CR_COMPUTE_DELETE_COMPUTE_CAPACITY_TOPOLOGY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_compute_capacity_topology request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_delete_compute_capacity_topology_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_CR_COMPUTE_DELETE_COMPUTE_CLUSTER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_compute_cluster request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_delete_compute_cluster_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_CR_COMPUTE_DELETE_COMPUTE_IMAGE_CAPABILITY_SCHEMA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_compute_image_capability_schema request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_delete_compute_image_capability_schema_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_CR_COMPUTE_DELETE_CONSOLE_HISTORY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_console_history request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_delete_console_history_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_CR_COMPUTE_DELETE_DEDICATED_VM_HOST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_dedicated_vm_host request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_delete_dedicated_vm_host_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_CR_COMPUTE_DELETE_IMAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_image request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_delete_image_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_CR_COMPUTE_DELETE_INSTANCE_CONSOLE_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_instance_console_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_delete_instance_console_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_CR_COMPUTE_DETACH_BOOT_VOLUME_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the detach_boot_volume request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_detach_boot_volume_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_CR_COMPUTE_DETACH_VNIC_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the detach_vnic request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_detach_vnic_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_CR_COMPUTE_DETACH_VOLUME_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the detach_volume request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_detach_volume_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_CR_COMPUTE_EXPORT_IMAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the export_image request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_export_image_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_image_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of export_image
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_APP_CATALOG_LISTING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_app_catalog_listing request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_app_catalog_listing_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_app_catalog_listing_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_app_catalog_listing
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_APP_CATALOG_LISTING_AGREEMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_app_catalog_listing_agreements request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_app_catalog_listing_agreements_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_app_catalog_listing_resource_version_agreements_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_app_catalog_listing_agreements
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_APP_CATALOG_LISTING_RESOURCE_VERSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_app_catalog_listing_resource_version request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_app_catalog_listing_resource_version_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_app_catalog_listing_resource_version_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_app_catalog_listing_resource_version
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_BOOT_VOLUME_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_boot_volume_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_boot_volume_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_boot_volume_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_boot_volume_attachment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_COMPUTE_CAPACITY_RESERVATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_compute_capacity_reservation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_compute_capacity_reservation_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_capacity_reservation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_compute_capacity_reservation
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_COMPUTE_CAPACITY_TOPOLOGY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_compute_capacity_topology request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_compute_capacity_topology_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_capacity_topology_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_compute_capacity_topology
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_COMPUTE_CLUSTER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_compute_cluster request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_compute_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_cluster_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_compute_cluster
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_COMPUTE_GLOBAL_IMAGE_CAPABILITY_SCHEMA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_compute_global_image_capability_schema request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_compute_global_image_capability_schema_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_global_image_capability_schema_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_compute_global_image_capability_schema
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_COMPUTE_GLOBAL_IMAGE_CAPABILITY_SCHEMA_VERSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_compute_global_image_capability_schema_version request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_compute_global_image_capability_schema_version_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_global_image_capability_schema_version_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_compute_global_image_capability_schema_version
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_COMPUTE_IMAGE_CAPABILITY_SCHEMA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_compute_image_capability_schema request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_compute_image_capability_schema_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_image_capability_schema_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_compute_image_capability_schema
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_CONSOLE_HISTORY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_console_history request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_console_history_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_console_history_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_console_history
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_CONSOLE_HISTORY_CONTENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_console_history_content request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_console_history_content_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body varchar2(32767),
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_console_history_content
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_DEDICATED_VM_HOST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_dedicated_vm_host request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_dedicated_vm_host_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_dedicated_vm_host_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_dedicated_vm_host
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_IMAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_image request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_image_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_image_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_image
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_IMAGE_SHAPE_COMPATIBILITY_ENTRY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_image_shape_compatibility_entry request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_image_shape_compatibility_entry_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_image_shape_compatibility_entry_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_image_shape_compatibility_entry
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_INSTANCE_CONSOLE_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_instance_console_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_instance_console_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_console_connection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_instance_console_connection
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_INSTANCE_MAINTENANCE_REBOOT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_instance_maintenance_reboot request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_instance_maintenance_reboot_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_maintenance_reboot_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_instance_maintenance_reboot
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_MEASURED_BOOT_REPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_measured_boot_report request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_measured_boot_report_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_measured_boot_report_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_measured_boot_report
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_VNIC_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_vnic_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_vnic_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_vnic_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_vnic_attachment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_VOLUME_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_volume_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_volume_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_volume_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_volume_attachment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_GET_WINDOWS_INSTANCE_INITIAL_CREDENTIALS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_windows_instance_initial_credentials request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_get_windows_instance_initial_credentials_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_credentials_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_windows_instance_initial_credentials
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_INSTANCE_ACTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the instance_action request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_instance_action_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of instance_action
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_LAUNCH_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the launch_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_launch_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of launch_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_APP_CATALOG_LISTING_RESOURCE_VERSION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_app_catalog_listing_resource_version_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_app_catalog_listing_resource_version_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_app_catalog_listing_resource_version_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_APP_CATALOG_LISTING_RESOURCE_VERSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_app_catalog_listing_resource_versions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_app_catalog_listing_resource_versions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_app_catalog_listing_resource_version_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_app_catalog_listing_resource_versions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_APP_CATALOG_LISTING_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_app_catalog_listing_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_app_catalog_listing_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_app_catalog_listing_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_APP_CATALOG_LISTINGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_app_catalog_listings request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_app_catalog_listings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_app_catalog_listing_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_app_catalog_listings
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_APP_CATALOG_SUBSCRIPTION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_app_catalog_subscription_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_app_catalog_subscription_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_app_catalog_subscription_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_APP_CATALOG_SUBSCRIPTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_app_catalog_subscriptions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_app_catalog_subscriptions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_app_catalog_subscription_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_app_catalog_subscriptions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_BOOT_VOLUME_ATTACHMENT_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_boot_volume_attachment_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_boot_volume_attachment_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_boot_volume_attachment_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_BOOT_VOLUME_ATTACHMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_boot_volume_attachments request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_boot_volume_attachments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_boot_volume_attachment_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_boot_volume_attachments
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_COMPUTE_CAPACITY_RESERVATION_INSTANCE_SHAPE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_compute_capacity_reservation_instance_shape_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_compute_capacity_reservation_instance_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_compute_capacity_reservation_instance_shape_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_CAPACITY_RESERVATION_INSTANCE_SHAPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_capacity_reservation_instance_shapes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_capacity_reservation_instance_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_capacity_reservation_instance_shape_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_capacity_reservation_instance_shapes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_CAPACITY_RESERVATION_INSTANCE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_capacity_reservation_instance_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_capacity_reservation_instance_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_capacity_reservation_instance_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_CAPACITY_RESERVATION_INSTANCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_capacity_reservation_instances request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_capacity_reservation_instances_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_capacity_reservation_instance_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_capacity_reservation_instances
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_COMPUTE_CAPACITY_RESERVATION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_compute_capacity_reservation_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_compute_capacity_reservation_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_compute_capacity_reservation_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_CAPACITY_RESERVATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_capacity_reservations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_capacity_reservations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_capacity_reservation_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_capacity_reservations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_CAPACITY_TOPOLOGIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_capacity_topologies request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_capacity_topologies_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_capacity_topology_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_capacity_topologies
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_CAPACITY_TOPOLOGY_COMPUTE_BARE_METAL_HOSTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_capacity_topology_compute_bare_metal_hosts request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_capacity_topology_compute_bare_metal_hosts_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_bare_metal_host_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_capacity_topology_compute_bare_metal_hosts
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_CAPACITY_TOPOLOGY_COMPUTE_HPC_ISLANDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_capacity_topology_compute_hpc_islands request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_capacity_topology_compute_hpc_islands_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_hpc_island_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_capacity_topology_compute_hpc_islands
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_CAPACITY_TOPOLOGY_COMPUTE_NETWORK_BLOCKS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_capacity_topology_compute_network_blocks request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_capacity_topology_compute_network_blocks_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_network_block_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_capacity_topology_compute_network_blocks
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_CLUSTERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_clusters request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_clusters_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_cluster_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_clusters
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_COMPUTE_GLOBAL_IMAGE_CAPABILITY_SCHEMA_VERSION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_compute_global_image_capability_schema_version_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_compute_global_image_capability_schema_version_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_compute_global_image_capability_schema_version_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_GLOBAL_IMAGE_CAPABILITY_SCHEMA_VERSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_global_image_capability_schema_versions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_global_image_capability_schema_versions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_global_image_capability_schema_version_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_global_image_capability_schema_versions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_COMPUTE_GLOBAL_IMAGE_CAPABILITY_SCHEMA_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_compute_global_image_capability_schema_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_compute_global_image_capability_schema_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_compute_global_image_capability_schema_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_GLOBAL_IMAGE_CAPABILITY_SCHEMAS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_global_image_capability_schemas request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_global_image_capability_schemas_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_global_image_capability_schema_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_global_image_capability_schemas
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_COMPUTE_IMAGE_CAPABILITY_SCHEMA_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_compute_image_capability_schema_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_compute_image_capability_schema_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_compute_image_capability_schema_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_COMPUTE_IMAGE_CAPABILITY_SCHEMAS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_compute_image_capability_schemas request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_compute_image_capability_schemas_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_image_capability_schema_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_compute_image_capability_schemas
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_CONSOLE_HISTORY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_console_history_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_console_history_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_console_history_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_CONSOLE_HISTORIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_console_histories request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_console_histories_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_console_history_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_console_histories
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_DEDICATED_VM_HOST_INSTANCE_SHAPE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_dedicated_vm_host_instance_shape_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_dedicated_vm_host_instance_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_dedicated_vm_host_instance_shape_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_DEDICATED_VM_HOST_INSTANCE_SHAPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_dedicated_vm_host_instance_shapes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_dedicated_vm_host_instance_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_dedicated_vm_host_instance_shape_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_dedicated_vm_host_instance_shapes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_DEDICATED_VM_HOST_INSTANCE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_dedicated_vm_host_instance_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_dedicated_vm_host_instance_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_dedicated_vm_host_instance_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_DEDICATED_VM_HOST_INSTANCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_dedicated_vm_host_instances request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_dedicated_vm_host_instances_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_dedicated_vm_host_instance_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_dedicated_vm_host_instances
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_DEDICATED_VM_HOST_SHAPE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_dedicated_vm_host_shape_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_dedicated_vm_host_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_dedicated_vm_host_shape_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_DEDICATED_VM_HOST_SHAPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_dedicated_vm_host_shapes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_dedicated_vm_host_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_dedicated_vm_host_shape_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_dedicated_vm_host_shapes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_DEDICATED_VM_HOST_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_dedicated_vm_host_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_dedicated_vm_host_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_dedicated_vm_host_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_DEDICATED_VM_HOSTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_dedicated_vm_hosts request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_dedicated_vm_hosts_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_dedicated_vm_host_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_dedicated_vm_hosts
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_IMAGE_SHAPE_COMPATIBILITY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_image_shape_compatibility_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_image_shape_compatibility_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_image_shape_compatibility_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_IMAGE_SHAPE_COMPATIBILITY_ENTRIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_image_shape_compatibility_entries request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_image_shape_compatibility_entries_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_image_shape_compatibility_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_image_shape_compatibility_entries
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_IMAGE_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_image_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_image_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_image_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_IMAGES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_images request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_images_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_image_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_images
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_INSTANCE_CONSOLE_CONNECTION_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_instance_console_connection_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_instance_console_connection_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_instance_console_connection_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_INSTANCE_CONSOLE_CONNECTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_instance_console_connections request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_instance_console_connections_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_console_connection_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_instance_console_connections
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_DEVICE_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_device_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_device_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_device_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_INSTANCE_DEVICES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_instance_devices request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_instance_devices_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_device_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_instance_devices
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_INSTANCE_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_instance_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_instance_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_instance_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_INSTANCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_instances request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_instances_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_instances
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_SHAPE_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_shape_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_shape_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_shape_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_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_cr_compute_list_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_shape_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_CORE_VNIC_ATTACHMENT_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_vnic_attachment_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_vnic_attachment_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_vnic_attachment_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_VNIC_ATTACHMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_vnic_attachments request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_vnic_attachments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_vnic_attachment_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_vnic_attachments
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CORE_VOLUME_ATTACHMENT_TBL Type 🔗
Nested table type of dbms_cloud_oci_core_volume_attachment_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_volume_attachment_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_volume_attachment_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CR_COMPUTE_LIST_VOLUME_ATTACHMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_volume_attachments request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_list_volume_attachments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_volume_attachment_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_volume_attachments
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_REMOVE_IMAGE_SHAPE_COMPATIBILITY_ENTRY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_image_shape_compatibility_entry request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_remove_image_shape_compatibility_entry_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_CR_COMPUTE_TERMINATE_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the terminate_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_terminate_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_CR_COMPUTE_UPDATE_COMPUTE_CAPACITY_RESERVATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_compute_capacity_reservation request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_update_compute_capacity_reservation_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_CR_COMPUTE_UPDATE_COMPUTE_CAPACITY_TOPOLOGY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_compute_capacity_topology request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_update_compute_capacity_topology_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_CR_COMPUTE_UPDATE_COMPUTE_CLUSTER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_compute_cluster request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_update_compute_cluster_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_cluster_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_compute_cluster
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_UPDATE_COMPUTE_IMAGE_CAPABILITY_SCHEMA_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_compute_image_capability_schema request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_update_compute_image_capability_schema_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_compute_image_capability_schema_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_compute_image_capability_schema
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_UPDATE_CONSOLE_HISTORY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_console_history request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_update_console_history_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_console_history_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_console_history
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_UPDATE_DEDICATED_VM_HOST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_dedicated_vm_host request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_update_dedicated_vm_host_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_dedicated_vm_host_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_dedicated_vm_host
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_UPDATE_IMAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_image request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_update_image_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_image_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_image
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_UPDATE_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_update_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_UPDATE_INSTANCE_CONSOLE_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_instance_console_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_update_instance_console_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_instance_console_connection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_instance_console_connection
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CR_COMPUTE_UPDATE_VOLUME_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_volume_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_update_volume_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_core_volume_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;