DBMS_CLOUD_OCI_PSQL_POSTGRESQL_CHANGE_BACKUP_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_backup_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_change_backup_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_PSQL_POSTGRESQL_CHANGE_CONFIGURATION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_configuration_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_change_configuration_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_PSQL_POSTGRESQL_CHANGE_DB_SYSTEM_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_db_system_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_change_db_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_PSQL_POSTGRESQL_CREATE_BACKUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_backup request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_create_backup_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_PSQL_POSTGRESQL_CREATE_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_create_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_CREATE_DB_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_db_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_create_db_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_db_system_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_db_system
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_DELETE_BACKUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_backup request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_delete_backup_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_PSQL_POSTGRESQL_DELETE_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_delete_configuration_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_PSQL_POSTGRESQL_DELETE_DB_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_db_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_delete_db_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_PSQL_POSTGRESQL_FAILOVER_DB_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the failover_db_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_failover_db_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_PSQL_POSTGRESQL_GET_BACKUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_backup request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_get_backup_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_backup_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_backup
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_GET_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_get_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_GET_CONNECTION_DETAILS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_connection_details request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_get_connection_details_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_connection_details_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_connection_details
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_GET_DB_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_db_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_get_db_system_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_db_system_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_db_system
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_GET_DEFAULT_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_default_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_get_default_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_default_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_default_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_GET_PRIMARY_DB_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_primary_db_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_get_primary_db_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_primary_db_instance_details_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_primary_db_instance
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_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_psql_postgresql_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_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_PSQL_POSTGRESQL_LIST_BACKUPS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_backups request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_list_backups_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_backup_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_backups
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_LIST_CONFIGURATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_configurations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_list_configurations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_configuration_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_configurations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_LIST_DB_SYSTEMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_db_systems request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_list_db_systems_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_db_system_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_db_systems
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_LIST_DEFAULT_CONFIGURATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_default_configurations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_list_default_configurations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_default_configuration_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_default_configurations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_LIST_SHAPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_shapes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_list_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_shape_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_shapes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_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_psql_postgresql_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_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_PSQL_POSTGRESQL_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_psql_postgresql_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_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_PSQL_POSTGRESQL_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_psql_postgresql_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_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_PSQL_POSTGRESQL_PATCH_DB_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the patch_db_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_patch_db_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_PSQL_POSTGRESQL_RESET_MASTER_USER_PASSWORD_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the reset_master_user_password request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_reset_master_user_password_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_PSQL_POSTGRESQL_RESTART_DB_INSTANCE_IN_DB_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the restart_db_instance_in_db_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_restart_db_instance_in_db_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_PSQL_POSTGRESQL_RESTORE_DB_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the restore_db_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_restore_db_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_PSQL_POSTGRESQL_UPDATE_BACKUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_backup request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_update_backup_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_backup_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_backup
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_UPDATE_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_update_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_psql_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_PSQL_POSTGRESQL_UPDATE_DB_SYSTEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_db_system request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_update_db_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_PSQL_POSTGRESQL_UPDATE_DB_SYSTEM_DB_INSTANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_db_system_db_instance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_postgresql_update_db_system_db_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;