DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_CANCEL_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_cancel_job_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_RM_RESOURCE_MANAGER_CHANGE_CONFIGURATION_SOURCE_PROVIDER_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_configuration_source_provider_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_change_configuration_source_provider_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_RM_RESOURCE_MANAGER_CHANGE_PRIVATE_ENDPOINT_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_private_endpoint_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_change_private_endpoint_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_RM_RESOURCE_MANAGER_CHANGE_STACK_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_stack_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_change_stack_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_RM_RESOURCE_MANAGER_CHANGE_TEMPLATE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_template_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_change_template_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_RM_RESOURCE_MANAGER_CREATE_CONFIGURATION_SOURCE_PROVIDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_configuration_source_provider request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_create_configuration_source_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_configuration_source_provider_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_configuration_source_provider
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_CREATE_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_create_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_CREATE_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_create_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_private_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_private_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_CREATE_STACK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_stack request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_create_stack_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_stack_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_stack
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_CREATE_TEMPLATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_template request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_create_template_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_template_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_template
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_DELETE_CONFIGURATION_SOURCE_PROVIDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_configuration_source_provider request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_delete_configuration_source_provider_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_RM_RESOURCE_MANAGER_DELETE_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_delete_private_endpoint_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_RM_RESOURCE_MANAGER_DELETE_STACK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_stack request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_delete_stack_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_RM_RESOURCE_MANAGER_DELETE_TEMPLATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_template request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_delete_template_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_RM_RESOURCE_MANAGER_DETECT_STACK_DRIFT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the detect_stack_drift request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_detect_stack_drift_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_RM_RESOURCE_MANAGER_GET_CONFIGURATION_SOURCE_PROVIDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_configuration_source_provider request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_configuration_source_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_configuration_source_provider_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_configuration_source_provider
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_JOB_DETAILED_LOG_CONTENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_job_detailed_log_content request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_job_detailed_log_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_job_detailed_log_content
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RESOURCE_MANAGER_LOG_ENTRY_TBL Type 🔗
Nested table type of dbms_cloud_oci_resource_manager_log_entry_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_resource_manager_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_resource_manager_log_entry_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_JOB_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_job_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_job_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_log_entry_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_job_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_JOB_LOGS_CONTENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_job_logs_content request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_job_logs_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_job_logs_content
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_JOB_TF_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_job_tf_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_job_tf_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_job_tf_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_JOB_TF_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_job_tf_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_job_tf_plan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_job_tf_plan
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_JOB_TF_STATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_job_tf_state request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_job_tf_state_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_job_tf_state
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_private_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_private_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_REACHABLE_IP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_reachable_ip request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_reachable_ip_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_reachable_ip_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_reachable_ip
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_STACK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_stack request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_stack_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_stack_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_stack
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_STACK_TF_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_stack_tf_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_stack_tf_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_stack_tf_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_STACK_TF_STATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_stack_tf_state request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_stack_tf_state_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_stack_tf_state
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_TEMPLATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_template request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_template_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_template_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_template
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_TEMPLATE_LOGO_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_template_logo request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_template_logo_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_template_logo
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_TEMPLATE_TF_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_template_tf_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_template_tf_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_template_tf_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_GET_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_work_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_CONFIGURATION_SOURCE_PROVIDERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_configuration_source_providers request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_configuration_source_providers_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_configuration_source_provider_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_configuration_source_providers
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_JOB_ASSOCIATED_RESOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_job_associated_resources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_job_associated_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_associated_resources_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_job_associated_resources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_JOB_OUTPUTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_job_outputs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_job_outputs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_job_outputs_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_job_outputs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RESOURCE_MANAGER_JOB_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_resource_manager_job_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_resource_manager_job_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_resource_manager_job_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_JOBS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_jobs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_job_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_jobs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_PRIVATE_ENDPOINTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_private_endpoints request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_private_endpoints_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_private_endpoint_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_private_endpoints
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_RESOURCE_DISCOVERY_SERVICES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_resource_discovery_services request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_resource_discovery_services_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_resource_discovery_service_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_resource_discovery_services
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_STACK_ASSOCIATED_RESOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_stack_associated_resources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_stack_associated_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_associated_resources_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_stack_associated_resources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_STACK_RESOURCE_DRIFT_DETAILS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_stack_resource_drift_details request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_stack_resource_drift_details_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_stack_resource_drift_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_stack_resource_drift_details
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RESOURCE_MANAGER_STACK_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_resource_manager_stack_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_resource_manager_stack_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_resource_manager_stack_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_STACKS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_stacks request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_stacks_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_stack_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_stacks
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_TEMPLATE_CATEGORIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_template_categories request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_template_categories_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_template_category_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_template_categories
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_TEMPLATES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_templates request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_templates_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_template_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_templates
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_TERRAFORM_VERSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_terraform_versions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_terraform_versions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_terraform_version_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_terraform_versions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RESOURCE_MANAGER_WORK_REQUEST_ERROR_TBL Type 🔗
Nested table type of dbms_cloud_oci_resource_manager_work_request_error_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_resource_manager_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_resource_manager_work_request_error_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_errors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_work_request_error_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RESOURCE_MANAGER_WORK_REQUEST_LOG_ENTRY_TBL Type 🔗
Nested table type of dbms_cloud_oci_resource_manager_work_request_log_entry_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_resource_manager_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_resource_manager_work_request_log_entry_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_work_request_log_entry_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RESOURCE_MANAGER_WORK_REQUEST_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_resource_manager_work_request_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_resource_manager_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_resource_manager_work_request_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_LIST_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_work_request_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_UPDATE_CONFIGURATION_SOURCE_PROVIDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_configuration_source_provider request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_update_configuration_source_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_configuration_source_provider_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_configuration_source_provider
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_UPDATE_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_update_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_UPDATE_PRIVATE_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_private_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_update_private_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_private_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_private_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_UPDATE_STACK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_stack request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_update_stack_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_stack_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_stack
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RM_RESOURCE_MANAGER_UPDATE_TEMPLATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_template request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rm_resource_manager_update_template_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_resource_manager_template_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;