Core Virtual Network Types

DBMS_CLOUD_OCI_CORE_DRG_ROUTE_DISTRIBUTION_STATEMENT_TBL Type

Nested table type of dbms_cloud_oci_core_drg_route_distribution_statement_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_drg_route_distribution_statement_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_drg_route_distribution_statement_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_ADD_DRG_ROUTE_DISTRIBUTION_STATEMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the add_drg_route_distribution_statements request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_add_drg_route_distribution_statements_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_distribution_statement_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of add_drg_route_distribution_statements

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_DRG_ROUTE_RULE_TBL Type

Nested table type of dbms_cloud_oci_core_drg_route_rule_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_drg_route_rule_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_drg_route_rule_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_ADD_DRG_ROUTE_RULES_RESPONSE_T Type

Contains the response body, headers and the status code of the add_drg_route_rules request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_add_drg_route_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_rule_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of add_drg_route_rules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_ADD_IPV6_SUBNET_CIDR_RESPONSE_T Type

Contains the response body, headers and the status code of the add_ipv6_subnet_cidr request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_add_ipv6_subnet_cidr_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_CR_VIRTUAL_NETWORK_ADD_IPV6_VCN_CIDR_RESPONSE_T Type

Contains the response body, headers and the status code of the add_ipv6_vcn_cidr request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_add_ipv6_vcn_cidr_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_CR_VIRTUAL_NETWORK_ADD_NETWORK_SECURITY_GROUP_SECURITY_RULES_RESPONSE_T Type

Contains the response body, headers and the status code of the add_network_security_group_security_rules request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_add_network_security_group_security_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_added_network_security_group_security_rules_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of add_network_security_group_security_rules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_ADD_PUBLIC_IP_POOL_CAPACITY_RESPONSE_T Type

Contains the response body, headers and the status code of the add_public_ip_pool_capacity request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_add_public_ip_pool_capacity_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_pool_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of add_public_ip_pool_capacity

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_ADD_VCN_CIDR_RESPONSE_T Type

Contains the response body, headers and the status code of the add_vcn_cidr request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_add_vcn_cidr_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_CR_VIRTUAL_NETWORK_ADVERTISE_BYOIP_RANGE_RESPONSE_T Type

Contains the response body, headers and the status code of the advertise_byoip_range request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_advertise_byoip_range_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_CR_VIRTUAL_NETWORK_ATTACH_SERVICE_ID_RESPONSE_T Type

Contains the response body, headers and the status code of the attach_service_id request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_attach_service_id_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_service_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of attach_service_id

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_BULK_ADD_VIRTUAL_CIRCUIT_PUBLIC_PREFIXES_RESPONSE_T Type

Contains the response body, headers and the status code of the bulk_add_virtual_circuit_public_prefixes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_bulk_add_virtual_circuit_public_prefixes_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_CR_VIRTUAL_NETWORK_BULK_DELETE_VIRTUAL_CIRCUIT_PUBLIC_PREFIXES_RESPONSE_T Type

Contains the response body, headers and the status code of the bulk_delete_virtual_circuit_public_prefixes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_bulk_delete_virtual_circuit_public_prefixes_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_CR_VIRTUAL_NETWORK_CHANGE_BYOIP_RANGE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_byoip_range_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_byoip_range_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_CR_VIRTUAL_NETWORK_CHANGE_CAPTURE_FILTER_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_capture_filter_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_capture_filter_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_CR_VIRTUAL_NETWORK_CHANGE_CPE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_cpe_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_cpe_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_CR_VIRTUAL_NETWORK_CHANGE_CROSS_CONNECT_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_cross_connect_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_cross_connect_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_CR_VIRTUAL_NETWORK_CHANGE_CROSS_CONNECT_GROUP_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_cross_connect_group_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_cross_connect_group_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_CR_VIRTUAL_NETWORK_CHANGE_DHCP_OPTIONS_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_dhcp_options_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_dhcp_options_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_CR_VIRTUAL_NETWORK_CHANGE_DRG_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_drg_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_drg_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_CR_VIRTUAL_NETWORK_CHANGE_IP_SEC_CONNECTION_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_ip_sec_connection_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_ip_sec_connection_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_CR_VIRTUAL_NETWORK_CHANGE_INTERNET_GATEWAY_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_internet_gateway_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_internet_gateway_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_CR_VIRTUAL_NETWORK_CHANGE_LOCAL_PEERING_GATEWAY_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_local_peering_gateway_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_local_peering_gateway_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_CR_VIRTUAL_NETWORK_CHANGE_NAT_GATEWAY_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_nat_gateway_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_nat_gateway_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_CR_VIRTUAL_NETWORK_CHANGE_NETWORK_SECURITY_GROUP_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_network_security_group_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_network_security_group_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_CR_VIRTUAL_NETWORK_CHANGE_PUBLIC_IP_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_public_ip_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_public_ip_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_CR_VIRTUAL_NETWORK_CHANGE_PUBLIC_IP_POOL_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_public_ip_pool_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_public_ip_pool_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_CR_VIRTUAL_NETWORK_CHANGE_REMOTE_PEERING_CONNECTION_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_remote_peering_connection_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_remote_peering_connection_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_CR_VIRTUAL_NETWORK_CHANGE_ROUTE_TABLE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_route_table_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_route_table_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_CR_VIRTUAL_NETWORK_CHANGE_SECURITY_LIST_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_security_list_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_security_list_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_CR_VIRTUAL_NETWORK_CHANGE_SERVICE_GATEWAY_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_service_gateway_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_service_gateway_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_CR_VIRTUAL_NETWORK_CHANGE_SUBNET_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_subnet_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_subnet_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_CR_VIRTUAL_NETWORK_CHANGE_VCN_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_vcn_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_vcn_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_CR_VIRTUAL_NETWORK_CHANGE_VIRTUAL_CIRCUIT_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_virtual_circuit_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_virtual_circuit_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_CR_VIRTUAL_NETWORK_CHANGE_VLAN_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_vlan_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_vlan_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_CR_VIRTUAL_NETWORK_CHANGE_VTAP_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_vtap_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_change_vtap_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_CR_VIRTUAL_NETWORK_CONNECT_LOCAL_PEERING_GATEWAYS_RESPONSE_T Type

Contains the response body, headers and the status code of the connect_local_peering_gateways request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_connect_local_peering_gateways_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_CR_VIRTUAL_NETWORK_CONNECT_REMOTE_PEERING_CONNECTIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the connect_remote_peering_connections request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_connect_remote_peering_connections_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_CR_VIRTUAL_NETWORK_CREATE_BYOIP_RANGE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_byoip_range request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_byoip_range_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_byoip_range_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_byoip_range

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_CAPTURE_FILTER_RESPONSE_T Type

Contains the response body, headers and the status code of the create_capture_filter request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_capture_filter_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_capture_filter_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_capture_filter

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_CPE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_cpe request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_cpe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cpe_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_cpe

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_CROSS_CONNECT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_cross_connect request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_cross_connect_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_cross_connect

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_CROSS_CONNECT_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the create_cross_connect_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_cross_connect_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_cross_connect_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_DHCP_OPTIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the create_dhcp_options request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_dhcp_options_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_dhcp_options_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_dhcp_options

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_DRG_RESPONSE_T Type

Contains the response body, headers and the status code of the create_drg request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_drg_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_drg

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_DRG_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_drg_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_drg_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_attachment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_drg_attachment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_DRG_ROUTE_DISTRIBUTION_RESPONSE_T Type

Contains the response body, headers and the status code of the create_drg_route_distribution request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_drg_route_distribution_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_distribution_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_drg_route_distribution

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_DRG_ROUTE_TABLE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_drg_route_table request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_drg_route_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_table_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_drg_route_table

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_IP_SEC_CONNECTION_RESPONSE_T Type

Contains the response body, headers and the status code of the create_ip_sec_connection request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_ip_sec_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_ip_sec_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_INTERNET_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_internet_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_internet_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_internet_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_internet_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_IPV6_RESPONSE_T Type

Contains the response body, headers and the status code of the create_ipv6 request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_ipv6_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ipv6_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_ipv6

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_LOCAL_PEERING_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_local_peering_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_local_peering_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_local_peering_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_local_peering_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_NAT_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_nat_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_nat_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_nat_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_nat_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_NETWORK_SECURITY_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the create_network_security_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_network_security_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_network_security_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_network_security_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_PRIVATE_IP_RESPONSE_T Type

Contains the response body, headers and the status code of the create_private_ip request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_private_ip_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_private_ip_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_private_ip

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_PUBLIC_IP_RESPONSE_T Type

Contains the response body, headers and the status code of the create_public_ip request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_public_ip_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_public_ip

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_PUBLIC_IP_POOL_RESPONSE_T Type

Contains the response body, headers and the status code of the create_public_ip_pool request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_public_ip_pool_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_pool_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_public_ip_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_REMOTE_PEERING_CONNECTION_RESPONSE_T Type

Contains the response body, headers and the status code of the create_remote_peering_connection request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_remote_peering_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_remote_peering_connection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_remote_peering_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_ROUTE_TABLE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_route_table request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_route_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_route_table_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_route_table

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_SECURITY_LIST_RESPONSE_T Type

Contains the response body, headers and the status code of the create_security_list request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_security_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_security_list_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_security_list

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_SERVICE_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_service_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_service_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_service_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_service_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_SUBNET_RESPONSE_T Type

Contains the response body, headers and the status code of the create_subnet request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_subnet_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_subnet_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_subnet

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_VCN_RESPONSE_T Type

Contains the response body, headers and the status code of the create_vcn request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_vcn_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vcn_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_vcn

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_VIRTUAL_CIRCUIT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_virtual_circuit request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_virtual_circuit_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_virtual_circuit_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_virtual_circuit

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_VLAN_RESPONSE_T Type

Contains the response body, headers and the status code of the create_vlan request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_vlan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vlan_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_vlan

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_CREATE_VTAP_RESPONSE_T Type

Contains the response body, headers and the status code of the create_vtap request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_create_vtap_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vtap_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_vtap

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_DELETE_BYOIP_RANGE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_byoip_range request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_byoip_range_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_CR_VIRTUAL_NETWORK_DELETE_CAPTURE_FILTER_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_capture_filter request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_capture_filter_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_CR_VIRTUAL_NETWORK_DELETE_CPE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_cpe request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_cpe_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_CR_VIRTUAL_NETWORK_DELETE_CROSS_CONNECT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_cross_connect request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_cross_connect_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_CR_VIRTUAL_NETWORK_DELETE_CROSS_CONNECT_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_cross_connect_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_cross_connect_group_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_CR_VIRTUAL_NETWORK_DELETE_DHCP_OPTIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_dhcp_options request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_dhcp_options_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_CR_VIRTUAL_NETWORK_DELETE_DRG_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_drg request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_drg_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_CR_VIRTUAL_NETWORK_DELETE_DRG_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_drg_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_drg_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_CR_VIRTUAL_NETWORK_DELETE_DRG_ROUTE_DISTRIBUTION_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_drg_route_distribution request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_drg_route_distribution_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_CR_VIRTUAL_NETWORK_DELETE_DRG_ROUTE_TABLE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_drg_route_table request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_drg_route_table_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_CR_VIRTUAL_NETWORK_DELETE_IP_SEC_CONNECTION_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_ip_sec_connection request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_ip_sec_connection_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_CR_VIRTUAL_NETWORK_DELETE_INTERNET_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_internet_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_internet_gateway_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_CR_VIRTUAL_NETWORK_DELETE_IPV6_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_ipv6 request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_ipv6_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_CR_VIRTUAL_NETWORK_DELETE_LOCAL_PEERING_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_local_peering_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_local_peering_gateway_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_CR_VIRTUAL_NETWORK_DELETE_NAT_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_nat_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_nat_gateway_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_CR_VIRTUAL_NETWORK_DELETE_NETWORK_SECURITY_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_network_security_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_network_security_group_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_CR_VIRTUAL_NETWORK_DELETE_PRIVATE_IP_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_private_ip request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_private_ip_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_CR_VIRTUAL_NETWORK_DELETE_PUBLIC_IP_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_public_ip request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_public_ip_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_CR_VIRTUAL_NETWORK_DELETE_PUBLIC_IP_POOL_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_public_ip_pool request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_public_ip_pool_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_CR_VIRTUAL_NETWORK_DELETE_REMOTE_PEERING_CONNECTION_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_remote_peering_connection request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_remote_peering_connection_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_CR_VIRTUAL_NETWORK_DELETE_ROUTE_TABLE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_route_table request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_route_table_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_CR_VIRTUAL_NETWORK_DELETE_SECURITY_LIST_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_security_list request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_security_list_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_CR_VIRTUAL_NETWORK_DELETE_SERVICE_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_service_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_service_gateway_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_CR_VIRTUAL_NETWORK_DELETE_SUBNET_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_subnet request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_subnet_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_CR_VIRTUAL_NETWORK_DELETE_VCN_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_vcn request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_vcn_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_CR_VIRTUAL_NETWORK_DELETE_VIRTUAL_CIRCUIT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_virtual_circuit request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_virtual_circuit_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_CR_VIRTUAL_NETWORK_DELETE_VLAN_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_vlan request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_vlan_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_CR_VIRTUAL_NETWORK_DELETE_VTAP_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_vtap request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_delete_vtap_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_CR_VIRTUAL_NETWORK_DETACH_SERVICE_ID_RESPONSE_T Type

Contains the response body, headers and the status code of the detach_service_id request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_detach_service_id_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_service_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of detach_service_id

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_DRG_ATTACHMENT_INFO_TBL Type

Nested table type of dbms_cloud_oci_core_drg_attachment_info_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_drg_attachment_info_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_drg_attachment_info_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_ALL_DRG_ATTACHMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the get_all_drg_attachments request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_all_drg_attachments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_attachment_info_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_all_drg_attachments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_ALLOWED_IKE_IP_SEC_PARAMETERS_RESPONSE_T Type

Contains the response body, headers and the status code of the get_allowed_ike_ip_sec_parameters request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_allowed_ike_ip_sec_parameters_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_allowed_ike_ip_sec_parameters_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_allowed_ike_ip_sec_parameters

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_BYOIP_RANGE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_byoip_range request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_byoip_range_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_byoip_range_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_byoip_range

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_CAPTURE_FILTER_RESPONSE_T Type

Contains the response body, headers and the status code of the get_capture_filter request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_capture_filter_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_capture_filter_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_capture_filter

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_CPE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_cpe request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_cpe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cpe_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_cpe

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_CPE_DEVICE_CONFIG_CONTENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_cpe_device_config_content request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_cpe_device_config_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_cpe_device_config_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_CPE_DEVICE_SHAPE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_cpe_device_shape request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_cpe_device_shape_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cpe_device_shape_detail_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_cpe_device_shape

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_CROSS_CONNECT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_cross_connect request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_cross_connect_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_cross_connect

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_CROSS_CONNECT_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the get_cross_connect_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_cross_connect_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_cross_connect_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_CROSS_CONNECT_LETTER_OF_AUTHORITY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_cross_connect_letter_of_authority request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_cross_connect_letter_of_authority_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_letter_of_authority_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_cross_connect_letter_of_authority

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_CROSS_CONNECT_STATUS_RESPONSE_T Type

Contains the response body, headers and the status code of the get_cross_connect_status request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_cross_connect_status_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_status_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_cross_connect_status

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_DHCP_OPTIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the get_dhcp_options request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_dhcp_options_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_dhcp_options_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_dhcp_options

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_DRG_RESPONSE_T Type

Contains the response body, headers and the status code of the get_drg request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_drg_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_drg

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_DRG_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_drg_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_drg_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_attachment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_drg_attachment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_DRG_REDUNDANCY_STATUS_RESPONSE_T Type

Contains the response body, headers and the status code of the get_drg_redundancy_status request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_drg_redundancy_status_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_redundancy_status_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_drg_redundancy_status

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_DRG_ROUTE_DISTRIBUTION_RESPONSE_T Type

Contains the response body, headers and the status code of the get_drg_route_distribution request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_drg_route_distribution_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_distribution_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_drg_route_distribution

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_DRG_ROUTE_TABLE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_drg_route_table request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_drg_route_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_table_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_drg_route_table

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_FAST_CONNECT_PROVIDER_SERVICE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_fast_connect_provider_service request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_fast_connect_provider_service_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_fast_connect_provider_service_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_fast_connect_provider_service

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_FAST_CONNECT_PROVIDER_SERVICE_KEY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_fast_connect_provider_service_key request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_fast_connect_provider_service_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_fast_connect_provider_service_key_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_fast_connect_provider_service_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_IP_SEC_CONNECTION_RESPONSE_T Type

Contains the response body, headers and the status code of the get_ip_sec_connection request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_ip_sec_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_ip_sec_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_IP_SEC_CONNECTION_DEVICE_CONFIG_RESPONSE_T Type

Contains the response body, headers and the status code of the get_ip_sec_connection_device_config request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_ip_sec_connection_device_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_device_config_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_ip_sec_connection_device_config

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_IP_SEC_CONNECTION_DEVICE_STATUS_RESPONSE_T Type

Contains the response body, headers and the status code of the get_ip_sec_connection_device_status request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_ip_sec_connection_device_status_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_device_status_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_ip_sec_connection_device_status

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_IP_SEC_CONNECTION_TUNNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the get_ip_sec_connection_tunnel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_ip_sec_connection_tunnel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_tunnel_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_ip_sec_connection_tunnel

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_IP_SEC_CONNECTION_TUNNEL_ERROR_RESPONSE_T Type

Contains the response body, headers and the status code of the get_ip_sec_connection_tunnel_error request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_ip_sec_connection_tunnel_error_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_tunnel_error_details_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_ip_sec_connection_tunnel_error

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_IP_SEC_CONNECTION_TUNNEL_SHARED_SECRET_RESPONSE_T Type

Contains the response body, headers and the status code of the get_ip_sec_connection_tunnel_shared_secret request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_ip_sec_connection_tunnel_shared_secret_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_tunnel_shared_secret_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_ip_sec_connection_tunnel_shared_secret

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_INTERNET_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_internet_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_internet_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_internet_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_internet_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_IPSEC_CPE_DEVICE_CONFIG_CONTENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_ipsec_cpe_device_config_content request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_ipsec_cpe_device_config_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_ipsec_cpe_device_config_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_IPV6_RESPONSE_T Type

Contains the response body, headers and the status code of the get_ipv6 request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_ipv6_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ipv6_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_ipv6

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_LOCAL_PEERING_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_local_peering_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_local_peering_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_local_peering_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_local_peering_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_NAT_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_nat_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_nat_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_nat_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_nat_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_NETWORK_SECURITY_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the get_network_security_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_network_security_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_network_security_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_network_security_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_NETWORKING_TOPOLOGY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_networking_topology request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_networking_topology_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_networking_topology_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_networking_topology

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_PRIVATE_IP_RESPONSE_T Type

Contains the response body, headers and the status code of the get_private_ip request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_private_ip_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_private_ip_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_private_ip

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_PUBLIC_IP_RESPONSE_T Type

Contains the response body, headers and the status code of the get_public_ip request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_public_ip_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_public_ip

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_PUBLIC_IP_BY_IP_ADDRESS_RESPONSE_T Type

Contains the response body, headers and the status code of the get_public_ip_by_ip_address request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_public_ip_by_ip_address_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_public_ip_by_ip_address

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_PUBLIC_IP_BY_PRIVATE_IP_ID_RESPONSE_T Type

Contains the response body, headers and the status code of the get_public_ip_by_private_ip_id request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_public_ip_by_private_ip_id_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_public_ip_by_private_ip_id

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_PUBLIC_IP_POOL_RESPONSE_T Type

Contains the response body, headers and the status code of the get_public_ip_pool request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_public_ip_pool_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_pool_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_public_ip_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_REMOTE_PEERING_CONNECTION_RESPONSE_T Type

Contains the response body, headers and the status code of the get_remote_peering_connection request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_remote_peering_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_remote_peering_connection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_remote_peering_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_ROUTE_TABLE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_route_table request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_route_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_route_table_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_route_table

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_SECURITY_LIST_RESPONSE_T Type

Contains the response body, headers and the status code of the get_security_list request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_security_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_security_list_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_security_list

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_SERVICE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_service request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_service_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_service_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_service

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_SERVICE_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_service_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_service_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_service_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_service_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_SUBNET_RESPONSE_T Type

Contains the response body, headers and the status code of the get_subnet request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_subnet_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_subnet_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_subnet

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_SUBNET_TOPOLOGY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_subnet_topology request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_subnet_topology_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_subnet_topology_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_subnet_topology

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_TUNNEL_CPE_DEVICE_CONFIG_RESPONSE_T Type

Contains the response body, headers and the status code of the get_tunnel_cpe_device_config request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_tunnel_cpe_device_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_tunnel_cpe_device_config_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_tunnel_cpe_device_config

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_TUNNEL_CPE_DEVICE_CONFIG_CONTENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_tunnel_cpe_device_config_content request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_tunnel_cpe_device_config_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_tunnel_cpe_device_config_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_UPGRADE_STATUS_RESPONSE_T Type

Contains the response body, headers and the status code of the get_upgrade_status request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_upgrade_status_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_upgrade_status_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_upgrade_status

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_VCN_RESPONSE_T Type

Contains the response body, headers and the status code of the get_vcn request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_vcn_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vcn_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_vcn

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_VCN_DNS_RESOLVER_ASSOCIATION_RESPONSE_T Type

Contains the response body, headers and the status code of the get_vcn_dns_resolver_association request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_vcn_dns_resolver_association_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vcn_dns_resolver_association_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_vcn_dns_resolver_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_VCN_TOPOLOGY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_vcn_topology request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_vcn_topology_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vcn_topology_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_vcn_topology

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_VIRTUAL_CIRCUIT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_virtual_circuit request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_virtual_circuit_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_virtual_circuit_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_virtual_circuit

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_VLAN_RESPONSE_T Type

Contains the response body, headers and the status code of the get_vlan request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_vlan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vlan_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_vlan

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_VNIC_RESPONSE_T Type

Contains the response body, headers and the status code of the get_vnic request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_vnic_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vnic_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_vnic

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_GET_VTAP_RESPONSE_T Type

Contains the response body, headers and the status code of the get_vtap request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_get_vtap_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vtap_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_vtap

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_PEER_REGION_FOR_REMOTE_PEERING_TBL Type

Nested table type of dbms_cloud_oci_core_peer_region_for_remote_peering_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_peer_region_for_remote_peering_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_peer_region_for_remote_peering_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_ALLOWED_PEER_REGIONS_FOR_REMOTE_PEERING_RESPONSE_T Type

Contains the response body, headers and the status code of the list_allowed_peer_regions_for_remote_peering request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_allowed_peer_regions_for_remote_peering_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_peer_region_for_remote_peering_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_allowed_peer_regions_for_remote_peering

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_BYOIP_ALLOCATED_RANGES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_byoip_allocated_ranges request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_byoip_allocated_ranges_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_byoip_allocated_range_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_byoip_allocated_ranges

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_BYOIP_RANGES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_byoip_ranges request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_byoip_ranges_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_byoip_range_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_byoip_ranges

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_CAPTURE_FILTER_TBL Type

Nested table type of dbms_cloud_oci_core_capture_filter_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_capture_filter_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_capture_filter_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_CAPTURE_FILTERS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_capture_filters request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_capture_filters_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_capture_filter_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_capture_filters

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_CPE_DEVICE_SHAPE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_core_cpe_device_shape_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_cpe_device_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_cpe_device_shape_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_CPE_DEVICE_SHAPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_cpe_device_shapes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_cpe_device_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cpe_device_shape_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_cpe_device_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_CPE_TBL Type

Nested table type of dbms_cloud_oci_core_cpe_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_cpe_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_cpe_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_CPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_cpes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_cpes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cpe_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_cpes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_CROSS_CONNECT_GROUP_TBL Type

Nested table type of dbms_cloud_oci_core_cross_connect_group_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_cross_connect_group_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_cross_connect_group_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_CROSS_CONNECT_GROUPS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_cross_connect_groups request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_cross_connect_groups_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_group_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_cross_connect_groups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_CROSS_CONNECT_LOCATION_TBL Type

Nested table type of dbms_cloud_oci_core_cross_connect_location_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_cross_connect_location_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_cross_connect_location_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_CROSS_CONNECT_LOCATIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_cross_connect_locations request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_cross_connect_locations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_location_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_cross_connect_locations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_CROSS_CONNECT_MAPPINGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_cross_connect_mappings request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_cross_connect_mappings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_mapping_details_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_cross_connect_mappings

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_CROSS_CONNECT_TBL Type

Nested table type of dbms_cloud_oci_core_cross_connect_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_cross_connect_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_cross_connect_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_CROSS_CONNECTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_cross_connects request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_cross_connects_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_cross_connects

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_CROSS_CONNECT_PORT_SPEED_SHAPE_TBL Type

Nested table type of dbms_cloud_oci_core_cross_connect_port_speed_shape_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_cross_connect_port_speed_shape_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_cross_connect_port_speed_shape_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_CROSSCONNECT_PORT_SPEED_SHAPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_crossconnect_port_speed_shapes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_crossconnect_port_speed_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_port_speed_shape_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_crossconnect_port_speed_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_DHCP_OPTIONS_TBL Type

Nested table type of dbms_cloud_oci_core_dhcp_options_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_dhcp_options_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_dhcp_options_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_DHCP_OPTIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_dhcp_options request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_dhcp_options_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_dhcp_options_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_dhcp_options

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_DRG_ATTACHMENT_TBL Type

Nested table type of dbms_cloud_oci_core_drg_attachment_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_drg_attachment_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_drg_attachment_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_DRG_ATTACHMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_drg_attachments request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_drg_attachments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_attachment_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_drg_attachments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_DRG_ROUTE_DISTRIBUTION_STATEMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_drg_route_distribution_statements request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_drg_route_distribution_statements_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_distribution_statement_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_drg_route_distribution_statements

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_DRG_ROUTE_DISTRIBUTION_TBL Type

Nested table type of dbms_cloud_oci_core_drg_route_distribution_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_drg_route_distribution_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_drg_route_distribution_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_DRG_ROUTE_DISTRIBUTIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_drg_route_distributions request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_drg_route_distributions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_distribution_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_drg_route_distributions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_DRG_ROUTE_RULES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_drg_route_rules request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_drg_route_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_rule_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_drg_route_rules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_DRG_ROUTE_TABLE_TBL Type

Nested table type of dbms_cloud_oci_core_drg_route_table_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_drg_route_table_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_drg_route_table_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_DRG_ROUTE_TABLES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_drg_route_tables request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_drg_route_tables_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_table_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_drg_route_tables

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_DRG_TBL Type

Nested table type of dbms_cloud_oci_core_drg_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_drg_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_drg_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_DRGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_drgs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_drgs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_drgs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_FAST_CONNECT_PROVIDER_SERVICE_TBL Type

Nested table type of dbms_cloud_oci_core_fast_connect_provider_service_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_fast_connect_provider_service_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_fast_connect_provider_service_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_FAST_CONNECT_PROVIDER_SERVICES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_fast_connect_provider_services request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_fast_connect_provider_services_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_fast_connect_provider_service_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_fast_connect_provider_services

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_VIRTUAL_CIRCUIT_BANDWIDTH_SHAPE_TBL Type

Nested table type of dbms_cloud_oci_core_virtual_circuit_bandwidth_shape_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_virtual_circuit_bandwidth_shape_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_virtual_circuit_bandwidth_shape_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_FAST_CONNECT_PROVIDER_VIRTUAL_CIRCUIT_BANDWIDTH_SHAPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_fast_connect_provider_virtual_circuit_bandwidth_shapes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_fast_connect_provider_virtual_circuit_bandwidth_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_virtual_circuit_bandwidth_shape_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_fast_connect_provider_virtual_circuit_bandwidth_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_TUNNEL_ROUTE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_core_tunnel_route_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_tunnel_route_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_tunnel_route_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_IP_SEC_CONNECTION_TUNNEL_ROUTES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_ip_sec_connection_tunnel_routes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_ip_sec_connection_tunnel_routes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_tunnel_route_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_ip_sec_connection_tunnel_routes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_TUNNEL_SECURITY_ASSOCIATION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_core_tunnel_security_association_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_tunnel_security_association_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_tunnel_security_association_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_IP_SEC_CONNECTION_TUNNEL_SECURITY_ASSOCIATIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_ip_sec_connection_tunnel_security_associations request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_ip_sec_connection_tunnel_security_associations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_tunnel_security_association_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_ip_sec_connection_tunnel_security_associations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_IP_SEC_CONNECTION_TUNNEL_TBL Type

Nested table type of dbms_cloud_oci_core_ip_sec_connection_tunnel_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_ip_sec_connection_tunnel_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_ip_sec_connection_tunnel_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_IP_SEC_CONNECTION_TUNNELS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_ip_sec_connection_tunnels request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_ip_sec_connection_tunnels_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_tunnel_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_ip_sec_connection_tunnels

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_IP_SEC_CONNECTION_TBL Type

Nested table type of dbms_cloud_oci_core_ip_sec_connection_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_ip_sec_connection_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_ip_sec_connection_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_IP_SEC_CONNECTIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_ip_sec_connections request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_ip_sec_connections_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_ip_sec_connections

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_INTERNET_GATEWAY_TBL Type

Nested table type of dbms_cloud_oci_core_internet_gateway_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_internet_gateway_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_internet_gateway_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_INTERNET_GATEWAYS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_internet_gateways request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_internet_gateways_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_internet_gateway_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_internet_gateways

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_IPV6_TBL Type

Nested table type of dbms_cloud_oci_core_ipv6_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_ipv6_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_ipv6_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_IPV6S_RESPONSE_T Type

Contains the response body, headers and the status code of the list_ipv6s request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_ipv6s_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ipv6_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_ipv6s

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_LOCAL_PEERING_GATEWAY_TBL Type

Nested table type of dbms_cloud_oci_core_local_peering_gateway_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_local_peering_gateway_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_local_peering_gateway_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_LOCAL_PEERING_GATEWAYS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_local_peering_gateways request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_local_peering_gateways_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_local_peering_gateway_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_local_peering_gateways

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_NAT_GATEWAY_TBL Type

Nested table type of dbms_cloud_oci_core_nat_gateway_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_nat_gateway_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_nat_gateway_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_NAT_GATEWAYS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_nat_gateways request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_nat_gateways_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_nat_gateway_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_nat_gateways

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_NETWORK_SECURITY_GROUP_SECURITY_RULES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_network_security_group_security_rules request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_network_security_group_security_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_security_rule_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_network_security_group_security_rules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_NETWORK_SECURITY_GROUP_VNIC_TBL Type

Nested table type of dbms_cloud_oci_core_network_security_group_vnic_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_network_security_group_vnic_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_network_security_group_vnic_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_NETWORK_SECURITY_GROUP_VNICS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_network_security_group_vnics request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_network_security_group_vnics_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_network_security_group_vnic_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_network_security_group_vnics

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_NETWORK_SECURITY_GROUP_TBL Type

Nested table type of dbms_cloud_oci_core_network_security_group_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_network_security_group_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_network_security_group_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_NETWORK_SECURITY_GROUPS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_network_security_groups request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_network_security_groups_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_network_security_group_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_network_security_groups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_PRIVATE_IP_TBL Type

Nested table type of dbms_cloud_oci_core_private_ip_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_private_ip_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_private_ip_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_PRIVATE_IPS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_private_ips request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_private_ips_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_private_ip_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_private_ips

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_PUBLIC_IP_POOLS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_public_ip_pools request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_public_ip_pools_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_pool_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_public_ip_pools

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_PUBLIC_IP_TBL Type

Nested table type of dbms_cloud_oci_core_public_ip_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_public_ip_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_public_ip_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_PUBLIC_IPS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_public_ips request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_public_ips_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_public_ips

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_REMOTE_PEERING_CONNECTION_TBL Type

Nested table type of dbms_cloud_oci_core_remote_peering_connection_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_remote_peering_connection_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_remote_peering_connection_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_REMOTE_PEERING_CONNECTIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_remote_peering_connections request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_remote_peering_connections_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_remote_peering_connection_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_remote_peering_connections

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_ROUTE_TABLE_TBL Type

Nested table type of dbms_cloud_oci_core_route_table_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_route_table_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_route_table_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_ROUTE_TABLES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_route_tables request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_route_tables_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_route_table_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_route_tables

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_SECURITY_LIST_TBL Type

Nested table type of dbms_cloud_oci_core_security_list_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_security_list_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_security_list_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_SECURITY_LISTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_security_lists request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_security_lists_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_security_list_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_security_lists

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_SERVICE_GATEWAY_TBL Type

Nested table type of dbms_cloud_oci_core_service_gateway_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_service_gateway_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_service_gateway_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_SERVICE_GATEWAYS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_service_gateways request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_service_gateways_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_service_gateway_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_service_gateways

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_SERVICE_TBL Type

Nested table type of dbms_cloud_oci_core_service_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_service_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_service_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_SERVICES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_services request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_services_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_service_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_services

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_SUBNET_TBL Type

Nested table type of dbms_cloud_oci_core_subnet_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_subnet_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_subnet_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_SUBNETS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_subnets request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_subnets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_subnet_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_subnets

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_VCN_TBL Type

Nested table type of dbms_cloud_oci_core_vcn_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_vcn_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_vcn_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_VCNS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_vcns request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_vcns_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vcn_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_vcns

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_VIRTUAL_CIRCUIT_ASSOCIATED_TUNNEL_DETAILS_TBL Type

Nested table type of dbms_cloud_oci_core_virtual_circuit_associated_tunnel_details_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_virtual_circuit_associated_tunnel_details_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_virtual_circuit_associated_tunnel_details_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_VIRTUAL_CIRCUIT_ASSOCIATED_TUNNELS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_virtual_circuit_associated_tunnels request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_virtual_circuit_associated_tunnels_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_virtual_circuit_associated_tunnel_details_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_virtual_circuit_associated_tunnels

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_VIRTUAL_CIRCUIT_BANDWIDTH_SHAPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_virtual_circuit_bandwidth_shapes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_virtual_circuit_bandwidth_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_virtual_circuit_bandwidth_shape_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_virtual_circuit_bandwidth_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_VIRTUAL_CIRCUIT_PUBLIC_PREFIX_TBL Type

Nested table type of dbms_cloud_oci_core_virtual_circuit_public_prefix_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_virtual_circuit_public_prefix_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_virtual_circuit_public_prefix_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_VIRTUAL_CIRCUIT_PUBLIC_PREFIXES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_virtual_circuit_public_prefixes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_virtual_circuit_public_prefixes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_virtual_circuit_public_prefix_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_virtual_circuit_public_prefixes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_VIRTUAL_CIRCUIT_TBL Type

Nested table type of dbms_cloud_oci_core_virtual_circuit_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_virtual_circuit_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_virtual_circuit_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_VIRTUAL_CIRCUITS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_virtual_circuits request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_virtual_circuits_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_virtual_circuit_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_virtual_circuits

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_VLAN_TBL Type

Nested table type of dbms_cloud_oci_core_vlan_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_vlan_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_vlan_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_VLANS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_vlans request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_vlans_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vlan_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_vlans

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_VTAP_TBL Type

Nested table type of dbms_cloud_oci_core_vtap_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_vtap_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_vtap_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_LIST_VTAPS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_vtaps request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_list_vtaps_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vtap_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_vtaps

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_MODIFY_VCN_CIDR_RESPONSE_T Type

Contains the response body, headers and the status code of the modify_vcn_cidr request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_modify_vcn_cidr_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_CR_VIRTUAL_NETWORK_REMOVE_DRG_ROUTE_DISTRIBUTION_STATEMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_drg_route_distribution_statements request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_remove_drg_route_distribution_statements_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_CR_VIRTUAL_NETWORK_REMOVE_DRG_ROUTE_RULES_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_drg_route_rules request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_remove_drg_route_rules_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_CR_VIRTUAL_NETWORK_REMOVE_EXPORT_DRG_ROUTE_DISTRIBUTION_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_export_drg_route_distribution request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_remove_export_drg_route_distribution_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_attachment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of remove_export_drg_route_distribution

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_REMOVE_IMPORT_DRG_ROUTE_DISTRIBUTION_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_import_drg_route_distribution request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_remove_import_drg_route_distribution_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_table_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of remove_import_drg_route_distribution

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_REMOVE_IPV6_SUBNET_CIDR_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_ipv6_subnet_cidr request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_remove_ipv6_subnet_cidr_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_CR_VIRTUAL_NETWORK_REMOVE_IPV6_VCN_CIDR_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_ipv6_vcn_cidr request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_remove_ipv6_vcn_cidr_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_CR_VIRTUAL_NETWORK_REMOVE_NETWORK_SECURITY_GROUP_SECURITY_RULES_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_network_security_group_security_rules request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_remove_network_security_group_security_rules_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_CR_VIRTUAL_NETWORK_REMOVE_PUBLIC_IP_POOL_CAPACITY_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_public_ip_pool_capacity request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_remove_public_ip_pool_capacity_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_pool_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of remove_public_ip_pool_capacity

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_REMOVE_VCN_CIDR_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_vcn_cidr request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_remove_vcn_cidr_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_CR_VIRTUAL_NETWORK_UPDATE_BYOIP_RANGE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_byoip_range request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_byoip_range_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_byoip_range_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_byoip_range

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_CAPTURE_FILTER_RESPONSE_T Type

Contains the response body, headers and the status code of the update_capture_filter request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_capture_filter_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_capture_filter_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_capture_filter

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_CPE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_cpe request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_cpe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cpe_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_cpe

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_CROSS_CONNECT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_cross_connect request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_cross_connect_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_cross_connect

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_CROSS_CONNECT_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the update_cross_connect_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_cross_connect_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_cross_connect_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_cross_connect_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_DHCP_OPTIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the update_dhcp_options request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_dhcp_options_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_dhcp_options_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_dhcp_options

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_DRG_RESPONSE_T Type

Contains the response body, headers and the status code of the update_drg request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_drg_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_drg

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_DRG_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_drg_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_drg_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_attachment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_drg_attachment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_DRG_ROUTE_DISTRIBUTION_RESPONSE_T Type

Contains the response body, headers and the status code of the update_drg_route_distribution request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_drg_route_distribution_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_distribution_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_drg_route_distribution

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_DRG_ROUTE_DISTRIBUTION_STATEMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the update_drg_route_distribution_statements request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_drg_route_distribution_statements_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_distribution_statement_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_drg_route_distribution_statements

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_DRG_ROUTE_RULES_RESPONSE_T Type

Contains the response body, headers and the status code of the update_drg_route_rules request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_drg_route_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_rule_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_drg_route_rules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_DRG_ROUTE_TABLE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_drg_route_table request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_drg_route_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_drg_route_table_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_drg_route_table

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_IP_SEC_CONNECTION_RESPONSE_T Type

Contains the response body, headers and the status code of the update_ip_sec_connection request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_ip_sec_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_ip_sec_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_IP_SEC_CONNECTION_TUNNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the update_ip_sec_connection_tunnel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_ip_sec_connection_tunnel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_tunnel_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_ip_sec_connection_tunnel

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_IP_SEC_CONNECTION_TUNNEL_SHARED_SECRET_RESPONSE_T Type

Contains the response body, headers and the status code of the update_ip_sec_connection_tunnel_shared_secret request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_ip_sec_connection_tunnel_shared_secret_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ip_sec_connection_tunnel_shared_secret_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_ip_sec_connection_tunnel_shared_secret

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_INTERNET_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the update_internet_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_internet_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_internet_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_internet_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_IPV6_RESPONSE_T Type

Contains the response body, headers and the status code of the update_ipv6 request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_ipv6_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_ipv6_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_ipv6

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_LOCAL_PEERING_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the update_local_peering_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_local_peering_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_local_peering_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_local_peering_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_NAT_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the update_nat_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_nat_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_nat_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_nat_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_NETWORK_SECURITY_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the update_network_security_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_network_security_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_network_security_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_network_security_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_NETWORK_SECURITY_GROUP_SECURITY_RULES_RESPONSE_T Type

Contains the response body, headers and the status code of the update_network_security_group_security_rules request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_network_security_group_security_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_updated_network_security_group_security_rules_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_network_security_group_security_rules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_PRIVATE_IP_RESPONSE_T Type

Contains the response body, headers and the status code of the update_private_ip request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_private_ip_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_private_ip_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_private_ip

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_PUBLIC_IP_RESPONSE_T Type

Contains the response body, headers and the status code of the update_public_ip request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_public_ip_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_public_ip

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_PUBLIC_IP_POOL_RESPONSE_T Type

Contains the response body, headers and the status code of the update_public_ip_pool request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_public_ip_pool_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_public_ip_pool_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_public_ip_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_REMOTE_PEERING_CONNECTION_RESPONSE_T Type

Contains the response body, headers and the status code of the update_remote_peering_connection request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_remote_peering_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_remote_peering_connection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_remote_peering_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_ROUTE_TABLE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_route_table request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_route_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_route_table_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_route_table

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_SECURITY_LIST_RESPONSE_T Type

Contains the response body, headers and the status code of the update_security_list request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_security_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_security_list_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_security_list

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_SERVICE_GATEWAY_RESPONSE_T Type

Contains the response body, headers and the status code of the update_service_gateway request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_service_gateway_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_service_gateway_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_service_gateway

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_SUBNET_RESPONSE_T Type

Contains the response body, headers and the status code of the update_subnet request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_subnet_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_subnet_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_subnet

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_TUNNEL_CPE_DEVICE_CONFIG_RESPONSE_T Type

Contains the response body, headers and the status code of the update_tunnel_cpe_device_config request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_tunnel_cpe_device_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_tunnel_cpe_device_config_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_tunnel_cpe_device_config

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_VCN_RESPONSE_T Type

Contains the response body, headers and the status code of the update_vcn request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_vcn_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vcn_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_vcn

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_VIRTUAL_CIRCUIT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_virtual_circuit request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_virtual_circuit_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_virtual_circuit_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_virtual_circuit

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_VLAN_RESPONSE_T Type

Contains the response body, headers and the status code of the update_vlan request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_vlan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vlan_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_vlan

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_VNIC_RESPONSE_T Type

Contains the response body, headers and the status code of the update_vnic request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_vnic_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vnic_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_vnic

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPDATE_VTAP_RESPONSE_T Type

Contains the response body, headers and the status code of the update_vtap request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_update_vtap_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_core_vtap_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_vtap

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_VIRTUAL_NETWORK_UPGRADE_DRG_RESPONSE_T Type

Contains the response body, headers and the status code of the upgrade_drg request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_upgrade_drg_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_CR_VIRTUAL_NETWORK_VALIDATE_BYOIP_RANGE_RESPONSE_T Type

Contains the response body, headers and the status code of the validate_byoip_range request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_validate_byoip_range_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_CR_VIRTUAL_NETWORK_WITHDRAW_BYOIP_RANGE_RESPONSE_T Type

Contains the response body, headers and the status code of the withdraw_byoip_range request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_virtual_network_withdraw_byoip_range_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

Was this article helpful?