DBMS_CLOUD_OCI_FS_FILE_STORAGE_CHANGE_FILE_SYSTEM_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_file_system_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_change_file_system_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_FS_FILE_STORAGE_CHANGE_FILESYSTEM_SNAPSHOT_POLICY_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_filesystem_snapshot_policy_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_change_filesystem_snapshot_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_FS_FILE_STORAGE_CHANGE_MOUNT_TARGET_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_mount_target_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_change_mount_target_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_FS_FILE_STORAGE_CHANGE_OUTBOUND_CONNECTOR_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_outbound_connector_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_change_outbound_connector_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_FS_FILE_STORAGE_CHANGE_REPLICATION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_replication_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_change_replication_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_FS_FILE_STORAGE_CREATE_EXPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_export request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_create_export_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_export_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_export
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_CREATE_FILE_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_file_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_create_file_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_file_system_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_file_system
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_CREATE_FILESYSTEM_SNAPSHOT_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_filesystem_snapshot_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_create_filesystem_snapshot_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_filesystem_snapshot_policy_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_filesystem_snapshot_policy
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_CREATE_MOUNT_TARGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_mount_target request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_create_mount_target_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_mount_target_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_mount_target
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_CREATE_OUTBOUND_CONNECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_outbound_connector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_create_outbound_connector_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_outbound_connector_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_outbound_connector
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_CREATE_REPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_replication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_create_replication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_replication_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_replication
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_CREATE_SNAPSHOT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_snapshot request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_create_snapshot_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_snapshot_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_snapshot
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_DELETE_EXPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_export request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_delete_export_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_FS_FILE_STORAGE_DELETE_FILE_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_file_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_delete_file_system_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_FS_FILE_STORAGE_DELETE_FILESYSTEM_SNAPSHOT_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_filesystem_snapshot_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_delete_filesystem_snapshot_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_FS_FILE_STORAGE_DELETE_MOUNT_TARGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_mount_target request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_delete_mount_target_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_FS_FILE_STORAGE_DELETE_OUTBOUND_CONNECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_outbound_connector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_delete_outbound_connector_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_FS_FILE_STORAGE_DELETE_REPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_replication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_delete_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_FS_FILE_STORAGE_DELETE_REPLICATION_TARGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_replication_target request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_delete_replication_target_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_FS_FILE_STORAGE_DELETE_SNAPSHOT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_snapshot request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_delete_snapshot_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_FS_FILE_STORAGE_ESTIMATE_REPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the estimate_replication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_estimate_replication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_replication_estimate_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of estimate_replication
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_GET_EXPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_export request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_get_export_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_export_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_export
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_GET_EXPORT_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_export_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_get_export_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_export_set_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_export_set
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_GET_FILE_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_file_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_get_file_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_file_system_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_file_system
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_GET_FILESYSTEM_SNAPSHOT_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_filesystem_snapshot_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_get_filesystem_snapshot_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_filesystem_snapshot_policy_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_filesystem_snapshot_policy
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_GET_MOUNT_TARGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_mount_target request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_get_mount_target_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_mount_target_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_mount_target
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_GET_OUTBOUND_CONNECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_outbound_connector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_get_outbound_connector_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_outbound_connector_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_outbound_connector
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_GET_REPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_replication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_get_replication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_replication_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_replication
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_GET_REPLICATION_TARGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_replication_target request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_get_replication_target_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_replication_target_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_replication_target
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_GET_SNAPSHOT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_snapshot request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_get_snapshot_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_snapshot_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_snapshot
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FILE_STORAGE_EXPORT_SET_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_file_storage_export_set_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_file_storage_export_set_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_file_storage_export_set_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FS_FILE_STORAGE_LIST_EXPORT_SETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_export_sets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_list_export_sets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_export_set_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_export_sets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FILE_STORAGE_EXPORT_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_file_storage_export_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_file_storage_export_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_file_storage_export_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FS_FILE_STORAGE_LIST_EXPORTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_exports request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_list_exports_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_export_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_exports
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FILE_STORAGE_FILE_SYSTEM_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_file_storage_file_system_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_file_storage_file_system_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_file_storage_file_system_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FS_FILE_STORAGE_LIST_FILE_SYSTEMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_file_systems request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_list_file_systems_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_file_system_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_file_systems
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FILE_STORAGE_FILESYSTEM_SNAPSHOT_POLICY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_file_storage_filesystem_snapshot_policy_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_file_storage_filesystem_snapshot_policy_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_file_storage_filesystem_snapshot_policy_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FS_FILE_STORAGE_LIST_FILESYSTEM_SNAPSHOT_POLICIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_filesystem_snapshot_policies request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_list_filesystem_snapshot_policies_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_filesystem_snapshot_policy_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_filesystem_snapshot_policies
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FILE_STORAGE_MOUNT_TARGET_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_file_storage_mount_target_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_file_storage_mount_target_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_file_storage_mount_target_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FS_FILE_STORAGE_LIST_MOUNT_TARGETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_mount_targets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_list_mount_targets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_mount_target_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_mount_targets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FILE_STORAGE_OUTBOUND_CONNECTOR_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_file_storage_outbound_connector_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_file_storage_outbound_connector_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_file_storage_outbound_connector_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FS_FILE_STORAGE_LIST_OUTBOUND_CONNECTORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_outbound_connectors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_list_outbound_connectors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_outbound_connector_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_outbound_connectors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FILE_STORAGE_REPLICATION_TARGET_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_file_storage_replication_target_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_file_storage_replication_target_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_file_storage_replication_target_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FS_FILE_STORAGE_LIST_REPLICATION_TARGETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_replication_targets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_list_replication_targets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_replication_target_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_replication_targets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FILE_STORAGE_REPLICATION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_file_storage_replication_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_file_storage_replication_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_file_storage_replication_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FS_FILE_STORAGE_LIST_REPLICATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_replications request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_list_replications_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_replication_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_replications
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FILE_STORAGE_SNAPSHOT_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_file_storage_snapshot_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_file_storage_snapshot_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_file_storage_snapshot_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_FS_FILE_STORAGE_LIST_SNAPSHOTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_snapshots request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_list_snapshots_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_snapshot_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_snapshots
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_PAUSE_FILESYSTEM_SNAPSHOT_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the pause_filesystem_snapshot_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_pause_filesystem_snapshot_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_filesystem_snapshot_policy_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of pause_filesystem_snapshot_policy
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_UNPAUSE_FILESYSTEM_SNAPSHOT_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the unpause_filesystem_snapshot_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_unpause_filesystem_snapshot_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_filesystem_snapshot_policy_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of unpause_filesystem_snapshot_policy
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_UPDATE_EXPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_export request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_update_export_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_export_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_export
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_UPDATE_EXPORT_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_export_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_update_export_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_export_set_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_export_set
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_UPDATE_FILE_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_file_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_update_file_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_file_system_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_file_system
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_UPDATE_FILESYSTEM_SNAPSHOT_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_filesystem_snapshot_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_update_filesystem_snapshot_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_filesystem_snapshot_policy_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_filesystem_snapshot_policy
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_UPDATE_MOUNT_TARGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_mount_target request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_update_mount_target_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_mount_target_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_mount_target
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_UPDATE_OUTBOUND_CONNECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_outbound_connector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_update_outbound_connector_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_outbound_connector_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_outbound_connector
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_UPDATE_REPLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_replication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_update_replication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_replication_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_replication
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_UPDATE_SNAPSHOT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_snapshot request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_update_snapshot_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_snapshot_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_snapshot
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_FS_FILE_STORAGE_VALIDATE_KEY_TABS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the validate_key_tabs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fs_file_storage_validate_key_tabs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_file_storage_validate_key_tabs_response_details_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;