Limits Types

DBMS_CLOUD_OCI_LM_LIMITS_GET_RESOURCE_AVAILABILITY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_resource_availability

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIMITS_LIMIT_DEFINITION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_limits_limit_definition_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_limits_limit_definition_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_limits_limit_definition_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_LM_LIMITS_LIST_LIMIT_DEFINITIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_limit_definitions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIMITS_LIMIT_VALUE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_limits_limit_value_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_limits_limit_value_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_limits_limit_value_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_LM_LIMITS_LIST_LIMIT_VALUES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_limit_values

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_LIMITS_SERVICE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_limits_service_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_limits_service_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_limits_service_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_LM_LIMITS_LIST_SERVICES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_services

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer