DBMS_CLOUD_OCI_BD_BUDGET_CREATE_ALERT_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_alert_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bd_budget_create_alert_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_budget_alert_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_alert_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BD_BUDGET_CREATE_BUDGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_budget request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bd_budget_create_budget_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_budget_budget_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_budget
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BD_BUDGET_DELETE_ALERT_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_alert_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bd_budget_delete_alert_rule_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_BD_BUDGET_DELETE_BUDGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_budget request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bd_budget_delete_budget_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_BD_BUDGET_GET_ALERT_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_alert_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bd_budget_get_alert_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_budget_alert_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_alert_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BD_BUDGET_GET_BUDGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_budget request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bd_budget_get_budget_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_budget_budget_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_budget
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BUDGET_ALERT_RULE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_budget_alert_rule_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_budget_alert_rule_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_budget_alert_rule_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_BD_BUDGET_LIST_ALERT_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_alert_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bd_budget_list_alert_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_budget_alert_rule_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_alert_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BUDGET_BUDGET_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_budget_budget_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_budget_budget_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_budget_budget_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_BD_BUDGET_LIST_BUDGETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_budgets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bd_budget_list_budgets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_budget_budget_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_budgets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BD_BUDGET_UPDATE_ALERT_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_alert_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bd_budget_update_alert_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_budget_alert_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_alert_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_BD_BUDGET_UPDATE_BUDGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_budget request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_bd_budget_update_budget_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_budget_budget_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;