Usage Resources Types

DBMS_CLOUD_OCI_US_RESOURCES_LIST_RESOURCE_QUOTA_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_resource_quota

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_US_RESOURCES_LIST_RESOURCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_resources

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer