DBMS_CLOUD_OCI_AM_APPLICATION_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_am_application_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_AM_APPLICATION_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_am_application_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_AM_APPLICATION_MIGRATION_CHANGE_SOURCE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_source_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_am_application_migration_change_source_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_AM_APPLICATION_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_am_application_migration_create_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_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_AM_APPLICATION_MIGRATION_CREATE_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_am_application_migration_create_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_source_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_source
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AM_APPLICATION_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_am_application_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_AM_APPLICATION_MIGRATION_DELETE_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_am_application_migration_delete_source_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_AM_APPLICATION_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_am_application_migration_get_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_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_AM_APPLICATION_MIGRATION_GET_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_am_application_migration_get_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_source_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_source
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AM_APPLICATION_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_am_application_migration_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_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_APPLICATION_MIGRATION_MIGRATION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_application_migration_migration_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_application_migration_migration_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_application_migration_migration_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_AM_APPLICATION_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_am_application_migration_list_migrations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_migration_summary_tbl,
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_APPLICATION_MIGRATION_SOURCE_APPLICATION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_application_migration_source_application_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_application_migration_source_application_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_application_migration_source_application_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_AM_APPLICATION_MIGRATION_LIST_SOURCE_APPLICATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_source_applications request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_am_application_migration_list_source_applications_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_source_application_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_source_applications
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_APPLICATION_MIGRATION_SOURCE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_application_migration_source_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_application_migration_source_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_application_migration_source_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_AM_APPLICATION_MIGRATION_LIST_SOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_sources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_am_application_migration_list_sources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_source_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_sources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_APPLICATION_MIGRATION_WORK_REQUEST_ERROR_TBL Type 🔗
Nested table type of dbms_cloud_oci_application_migration_work_request_error_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_application_migration_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_application_migration_work_request_error_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_AM_APPLICATION_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_am_application_migration_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_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_APPLICATION_MIGRATION_WORK_REQUEST_LOG_ENTRY_TBL Type 🔗
Nested table type of dbms_cloud_oci_application_migration_work_request_log_entry_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_application_migration_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_application_migration_work_request_log_entry_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_AM_APPLICATION_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_am_application_migration_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_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_APPLICATION_MIGRATION_WORK_REQUEST_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_application_migration_work_request_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_application_migration_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_application_migration_work_request_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_AM_APPLICATION_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_am_application_migration_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_application_migration_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_AM_APPLICATION_MIGRATION_MIGRATE_APPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the migrate_application request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_am_application_migration_migrate_application_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_AM_APPLICATION_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_am_application_migration_update_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_AM_APPLICATION_MIGRATION_UPDATE_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_am_application_migration_update_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;