One Subscription Computed Usage Types
DBMS_CLOUD_OCI_OS_COMPUTED_USAGE_GET_COMPUTED_USAGE_RESPONSE_T Type
Contains the response body, headers and the status code of the get_computed_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_computed_usage_get_computed_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_onesubscription_computed_usage_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_ONESUBSCRIPTION_AGGREGATED_COMPUTED_USAGE_SUMMARY_TBL Type
Nested table type of dbms_cloud_oci_onesubscription_aggregated_computed_usage_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_onesubscription_aggregated_computed_usage_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_onesubscription_aggregated_computed_usage_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OS_COMPUTED_USAGE_LIST_AGGREGATED_COMPUTED_USAGES_RESPONSE_T Type
Contains the response body, headers and the status code of the list_aggregated_computed_usages request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_computed_usage_list_aggregated_computed_usages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_onesubscription_aggregated_computed_usage_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_ONESUBSCRIPTION_COMPUTED_USAGE_SUMMARY_TBL Type
Nested table type of dbms_cloud_oci_onesubscription_computed_usage_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_onesubscription_computed_usage_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_onesubscription_computed_usage_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OS_COMPUTED_USAGE_LIST_COMPUTED_USAGES_RESPONSE_T Type
Contains the response body, headers and the status code of the list_computed_usages request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_computed_usage_list_computed_usages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_onesubscription_computed_usage_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |