DBMS_CLOUD_OCI_DNS_DNS_CHANGE_RESOLVER_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_resolver_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_change_resolver_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_DNS_DNS_CHANGE_STEERING_POLICY_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_steering_policy_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_change_steering_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_DNS_DNS_CHANGE_TSIG_KEY_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_tsig_key_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_change_tsig_key_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_DNS_DNS_CHANGE_VIEW_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_view_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_change_view_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_DNS_DNS_CHANGE_ZONE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_zone_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_change_zone_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_DNS_DNS_CREATE_RESOLVER_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_resolver_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_create_resolver_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_resolver_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_resolver_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_CREATE_STEERING_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_steering_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_create_steering_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_steering_policy_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_steering_policy
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_CREATE_STEERING_POLICY_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_steering_policy_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_create_steering_policy_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_steering_policy_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_steering_policy_attachment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_CREATE_TSIG_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_tsig_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_create_tsig_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_tsig_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_tsig_key
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_CREATE_VIEW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_view request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_create_view_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_view_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_view
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_CREATE_ZONE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_zone request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_create_zone_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_zone_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_zone
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_CREATE_ZONE_FROM_ZONE_FILE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_zone_from_zone_file request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_create_zone_from_zone_file_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_zone_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_zone_from_zone_file
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_DELETE_DOMAIN_RECORDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_domain_records request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_delete_domain_records_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_DNS_DNS_DELETE_RR_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_rr_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_delete_rr_set_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_DNS_DNS_DELETE_RESOLVER_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_resolver_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_delete_resolver_endpoint_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_DNS_DNS_DELETE_STEERING_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_steering_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_delete_steering_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_DNS_DNS_DELETE_STEERING_POLICY_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_steering_policy_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_delete_steering_policy_attachment_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_DNS_DNS_DELETE_TSIG_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_tsig_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_delete_tsig_key_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_DNS_DNS_DELETE_VIEW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_view request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_delete_view_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_DNS_DNS_DELETE_ZONE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_zone request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_delete_zone_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_DNS_DNS_GET_DOMAIN_RECORDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_domain_records request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_domain_records_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_record_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_domain_records
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_GET_RR_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_rr_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_rr_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_rr_set_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_rr_set
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_GET_RESOLVER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_resolver request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_resolver_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_resolver_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_resolver
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_GET_RESOLVER_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_resolver_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_resolver_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_resolver_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_resolver_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_GET_STEERING_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_steering_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_steering_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_steering_policy_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_steering_policy
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_GET_STEERING_POLICY_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_steering_policy_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_steering_policy_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_steering_policy_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_steering_policy_attachment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_GET_TSIG_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_tsig_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_tsig_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_tsig_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_tsig_key
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_GET_VIEW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_view request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_view_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_view_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_view
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_GET_ZONE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_zone request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_zone_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_zone_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_zone
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_GET_ZONE_CONTENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_zone_content request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_zone_content_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 get_zone_content
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_GET_ZONE_RECORDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_zone_records request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_get_zone_records_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_record_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_zone_records
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_LIST_RESOLVER_ENDPOINTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_resolver_endpoints request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_list_resolver_endpoints_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_resolver_endpoint_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_resolver_endpoints
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_RESOLVER_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dns_resolver_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_resolver_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dns_resolver_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DNS_DNS_LIST_RESOLVERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_resolvers request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_list_resolvers_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_resolver_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_resolvers
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_STEERING_POLICY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dns_steering_policy_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_steering_policy_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dns_steering_policy_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DNS_DNS_LIST_STEERING_POLICIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_steering_policies request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_list_steering_policies_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_steering_policy_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_steering_policies
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_STEERING_POLICY_ATTACHMENT_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dns_steering_policy_attachment_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_steering_policy_attachment_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dns_steering_policy_attachment_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DNS_DNS_LIST_STEERING_POLICY_ATTACHMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_steering_policy_attachments request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_list_steering_policy_attachments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_steering_policy_attachment_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_steering_policy_attachments
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_TSIG_KEY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dns_tsig_key_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_tsig_key_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dns_tsig_key_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DNS_DNS_LIST_TSIG_KEYS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_tsig_keys request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_list_tsig_keys_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_tsig_key_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_tsig_keys
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_VIEW_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dns_view_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_view_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dns_view_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DNS_DNS_LIST_VIEWS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_views request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_list_views_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_view_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_views
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_LIST_ZONE_TRANSFER_SERVERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_zone_transfer_servers request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_list_zone_transfer_servers_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_zone_transfer_server_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_zone_transfer_servers
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_ZONE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_dns_zone_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_zone_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dns_zone_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DNS_DNS_LIST_ZONES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_zones request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_list_zones_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_zone_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_zones
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_PATCH_DOMAIN_RECORDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the patch_domain_records request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_patch_domain_records_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_record_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of patch_domain_records
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_PATCH_RR_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the patch_rr_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_patch_rr_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_record_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of patch_rr_set
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_PATCH_ZONE_RECORDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the patch_zone_records request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_patch_zone_records_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_record_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of patch_zone_records
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_UPDATE_DOMAIN_RECORDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_domain_records request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_update_domain_records_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_record_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_domain_records
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_UPDATE_RR_SET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_rr_set request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_update_rr_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_record_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_rr_set
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_UPDATE_RESOLVER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_resolver request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_update_resolver_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_resolver_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_resolver
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_UPDATE_RESOLVER_ENDPOINT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_resolver_endpoint request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_update_resolver_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_resolver_endpoint_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_resolver_endpoint
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_UPDATE_STEERING_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_steering_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_update_steering_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_steering_policy_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_steering_policy
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_UPDATE_STEERING_POLICY_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_steering_policy_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_update_steering_policy_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_steering_policy_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_steering_policy_attachment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_UPDATE_TSIG_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_tsig_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_update_tsig_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_tsig_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_tsig_key
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_UPDATE_VIEW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_view request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_update_view_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_view_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_view
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_UPDATE_ZONE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_zone request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_update_zone_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_zone_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_zone
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DNS_DNS_UPDATE_ZONE_RECORDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_zone_records request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dns_dns_update_zone_records_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dns_record_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;