Disaster Recovery Types

DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY_ASSOCIATE_DR_PROTECTION_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_associate_dr_protection_group_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_DR_DISASTER_RECOVERY_CANCEL_DR_PLAN_EXECUTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_cancel_dr_plan_execution_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_DR_DISASTER_RECOVERY_CANCEL_WORK_REQUEST_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_cancel_work_request_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_DR_DISASTER_RECOVERY_CHANGE_DR_PROTECTION_GROUP_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_change_dr_protection_group_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_DR_DISASTER_RECOVERY_CREATE_DR_PLAN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_dr_plan

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY_CREATE_DR_PLAN_EXECUTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_dr_plan_execution

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY_CREATE_DR_PROTECTION_GROUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_dr_protection_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY_DELETE_DR_PLAN_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_delete_dr_plan_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_DR_DISASTER_RECOVERY_DELETE_DR_PLAN_EXECUTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_delete_dr_plan_execution_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_DR_DISASTER_RECOVERY_DELETE_DR_PROTECTION_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_delete_dr_protection_group_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_DR_DISASTER_RECOVERY_DISASSOCIATE_DR_PROTECTION_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_disassociate_dr_protection_group_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_DR_DISASTER_RECOVERY_GET_DR_PLAN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_dr_plan

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY_GET_DR_PLAN_EXECUTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_dr_plan_execution

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY_GET_DR_PROTECTION_GROUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_dr_protection_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY_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_dr_disaster_recovery_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_disaster_recovery_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_DR_DISASTER_RECOVERY_IGNORE_DR_PLAN_EXECUTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_ignore_dr_plan_execution_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_DR_DISASTER_RECOVERY_LIST_DR_PLAN_EXECUTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_dr_plan_executions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY_LIST_DR_PLANS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_dr_plans

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY_LIST_DR_PROTECTION_GROUPS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_dr_protection_groups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY_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_dr_disaster_recovery_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_disaster_recovery_work_request_error_collection_t,
  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_DR_DISASTER_RECOVERY_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_dr_disaster_recovery_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_disaster_recovery_work_request_log_entry_collection_t,
  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_DR_DISASTER_RECOVERY_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_dr_disaster_recovery_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_disaster_recovery_work_request_summary_collection_t,
  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_DR_DISASTER_RECOVERY_PAUSE_DR_PLAN_EXECUTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_pause_dr_plan_execution_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_DR_DISASTER_RECOVERY_RESUME_DR_PLAN_EXECUTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_resume_dr_plan_execution_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_DR_DISASTER_RECOVERY_RETRY_DR_PLAN_EXECUTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_retry_dr_plan_execution_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_DR_DISASTER_RECOVERY_UPDATE_DR_PLAN_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_update_dr_plan_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_DR_DISASTER_RECOVERY_UPDATE_DR_PLAN_EXECUTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_update_dr_plan_execution_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_DR_DISASTER_RECOVERY_UPDATE_DR_PROTECTION_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_update_dr_protection_group_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_DR_DISASTER_RECOVERY_UPDATE_DR_PROTECTION_GROUP_ROLE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dr_disaster_recovery_update_dr_protection_group_role_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

Was this article helpful?