Recovery Database Recovery Types

DBMS_CLOUD_OCI_R_DATABASE_RECOVERY_CHANGE_PROTECTED_DATABASE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_r_database_recovery_change_protected_database_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_R_DATABASE_RECOVERY_CHANGE_PROTECTION_POLICY_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_r_database_recovery_change_protection_policy_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_R_DATABASE_RECOVERY_CHANGE_RECOVERY_SERVICE_SUBNET_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_r_database_recovery_change_recovery_service_subnet_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_R_DATABASE_RECOVERY_CREATE_PROTECTED_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_protected_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_R_DATABASE_RECOVERY_CREATE_PROTECTION_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_protection_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_R_DATABASE_RECOVERY_CREATE_RECOVERY_SERVICE_SUBNET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_recovery_service_subnet

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_R_DATABASE_RECOVERY_DELETE_PROTECTED_DATABASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_r_database_recovery_delete_protected_database_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_R_DATABASE_RECOVERY_DELETE_PROTECTION_POLICY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_r_database_recovery_delete_protection_policy_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_R_DATABASE_RECOVERY_DELETE_RECOVERY_SERVICE_SUBNET_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_r_database_recovery_delete_recovery_service_subnet_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_R_DATABASE_RECOVERY_FETCH_PROTECTED_DATABASE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_R_DATABASE_RECOVERY_GET_PROTECTED_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_protected_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_R_DATABASE_RECOVERY_GET_PROTECTION_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_protection_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_R_DATABASE_RECOVERY_GET_RECOVERY_SERVICE_SUBNET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_recovery_service_subnet

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_R_DATABASE_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_r_database_recovery_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_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_R_DATABASE_RECOVERY_LIST_PROTECTED_DATABASES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_protected_databases

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_R_DATABASE_RECOVERY_LIST_PROTECTION_POLICIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_protection_policies

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_R_DATABASE_RECOVERY_LIST_RECOVERY_SERVICE_SUBNETS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_recovery_service_subnets

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_R_DATABASE_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_r_database_recovery_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_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_R_DATABASE_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_r_database_recovery_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_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_R_DATABASE_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_r_database_recovery_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_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_R_DATABASE_RECOVERY_UPDATE_PROTECTED_DATABASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_r_database_recovery_update_protected_database_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_R_DATABASE_RECOVERY_UPDATE_PROTECTION_POLICY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_r_database_recovery_update_protection_policy_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_R_DATABASE_RECOVERY_UPDATE_RECOVERY_SERVICE_SUBNET_RESPONSE_T Type

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

Syntax

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