DBMS_CLOUD_OCI_DTS_TRANSFER_APPLIANCE_CREATE_TRANSFER_APPLIANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_transfer_appliance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_transfer_appliance_create_transfer_appliance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_transfer_appliance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_transfer_appliance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DTS_TRANSFER_APPLIANCE_CREATE_TRANSFER_APPLIANCE_ADMIN_CREDENTIALS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_transfer_appliance_admin_credentials request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_transfer_appliance_create_transfer_appliance_admin_credentials_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_transfer_appliance_certificate_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_transfer_appliance_admin_credentials
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DTS_TRANSFER_APPLIANCE_DELETE_TRANSFER_APPLIANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_transfer_appliance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_transfer_appliance_delete_transfer_appliance_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_DTS_TRANSFER_APPLIANCE_GET_TRANSFER_APPLIANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_transfer_appliance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_transfer_appliance_get_transfer_appliance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_transfer_appliance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_transfer_appliance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DTS_TRANSFER_APPLIANCE_GET_TRANSFER_APPLIANCE_CERTIFICATE_AUTHORITY_CERTIFICATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_transfer_appliance_certificate_authority_certificate request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_transfer_appliance_get_transfer_appliance_certificate_authority_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_transfer_appliance_certificate_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_transfer_appliance_certificate_authority_certificate
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DTS_TRANSFER_APPLIANCE_GET_TRANSFER_APPLIANCE_ENCRYPTION_PASSPHRASE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_transfer_appliance_encryption_passphrase request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_transfer_appliance_get_transfer_appliance_encryption_passphrase_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_transfer_appliance_encryption_passphrase_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_transfer_appliance_encryption_passphrase
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DTS_TRANSFER_APPLIANCE_LIST_TRANSFER_APPLIANCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_transfer_appliances request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_transfer_appliance_list_transfer_appliances_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_multiple_transfer_appliances_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_transfer_appliances
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DTS_TRANSFER_APPLIANCE_UPDATE_TRANSFER_APPLIANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_transfer_appliance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_transfer_appliance_update_transfer_appliance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_transfer_appliance_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;