DBMS_CLOUD_OCI_CM_MIGRATION_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_cm_migration_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_CM_MIGRATION_CHANGE_MIGRATION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_migration_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_change_migration_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_CM_MIGRATION_CHANGE_MIGRATION_PLAN_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_migration_plan_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_change_migration_plan_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_CM_MIGRATION_CHANGE_REPLICATION_SCHEDULE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_replication_schedule_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_change_replication_schedule_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_CM_MIGRATION_CREATE_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_create_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_migration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_CREATE_MIGRATION_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_migration_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_create_migration_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_migration_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_CREATE_MIGRATION_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_migration_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_create_migration_plan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_plan_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_migration_plan
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_CREATE_REPLICATION_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_replication_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_create_replication_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_replication_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_replication_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_CREATE_TARGET_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_target_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_create_target_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_target_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_target_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_DELETE_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_delete_migration_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_CM_MIGRATION_DELETE_MIGRATION_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_migration_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_delete_migration_asset_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_CM_MIGRATION_DELETE_MIGRATION_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_migration_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_delete_migration_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_CM_MIGRATION_DELETE_REPLICATION_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_replication_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_delete_replication_schedule_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_CM_MIGRATION_DELETE_TARGET_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_target_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_delete_target_asset_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_CM_MIGRATION_EXECUTE_MIGRATION_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the execute_migration_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_execute_migration_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_CM_MIGRATION_EXPORT_MIGRATION_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the export_migration_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_export_migration_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 export_migration_plan
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_GET_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_get_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_migration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_GET_MIGRATION_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_migration_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_get_migration_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_migration_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_GET_MIGRATION_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_migration_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_get_migration_plan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_plan_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_migration_plan
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_GET_REPLICATION_PROGRESS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_replication_progress request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_get_replication_progress_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_replication_progress_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_replication_progress
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_GET_REPLICATION_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_replication_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_get_replication_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_replication_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_replication_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_GET_TARGET_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_target_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_get_target_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_target_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_target_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_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_cm_migration_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_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_CM_MIGRATION_IMPORT_MIGRATION_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the import_migration_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_import_migration_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_CM_MIGRATION_LIST_AVAILABLE_SHAPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_available_shapes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_list_available_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_available_shapes_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_available_shapes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_LIST_MIGRATION_ASSETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_migration_assets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_list_migration_assets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_asset_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_migration_assets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_LIST_MIGRATION_PLANS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_migration_plans request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_list_migration_plans_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_plan_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_migration_plans
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_LIST_MIGRATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_migrations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_list_migrations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_migrations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_LIST_REPLICATION_SCHEDULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_replication_schedules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_list_replication_schedules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_replication_schedule_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_replication_schedules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_LIST_TARGET_ASSETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_target_assets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_list_target_assets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_target_asset_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_target_assets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_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_cm_migration_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_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_CM_MIGRATION_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_cm_migration_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_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_CM_MIGRATION_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_cm_migration_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_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_CM_MIGRATION_REFRESH_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the refresh_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_refresh_migration_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_CM_MIGRATION_REFRESH_MIGRATION_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the refresh_migration_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_refresh_migration_asset_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_CM_MIGRATION_REFRESH_MIGRATION_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the refresh_migration_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_refresh_migration_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_CM_MIGRATION_START_ASSET_REPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the start_asset_replication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_start_asset_replication_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_CM_MIGRATION_START_MIGRATION_REPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the start_migration_replication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_start_migration_replication_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_CM_MIGRATION_UPDATE_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_update_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_migration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_UPDATE_MIGRATION_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_migration_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_update_migration_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_migrations_migration_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_migration_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CM_MIGRATION_UPDATE_MIGRATION_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_migration_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_update_migration_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_CM_MIGRATION_UPDATE_REPLICATION_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_replication_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_update_replication_schedule_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_CM_MIGRATION_UPDATE_TARGET_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_target_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cm_migration_update_target_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;