Network Load Balancer Types

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_CHANGE_NETWORK_LOAD_BALANCER_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_nlb_network_load_balancer_change_network_load_balancer_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_NLB_NETWORK_LOAD_BALANCER_CREATE_BACKEND_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_nlb_network_load_balancer_create_backend_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_NLB_NETWORK_LOAD_BALANCER_CREATE_BACKEND_SET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_CREATE_LISTENER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_nlb_network_load_balancer_create_listener_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_NLB_NETWORK_LOAD_BALANCER_CREATE_NETWORK_LOAD_BALANCER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_network_load_balancer

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_DELETE_BACKEND_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_nlb_network_load_balancer_delete_backend_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_NLB_NETWORK_LOAD_BALANCER_DELETE_BACKEND_SET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_DELETE_LISTENER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_nlb_network_load_balancer_delete_listener_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_NLB_NETWORK_LOAD_BALANCER_DELETE_NETWORK_LOAD_BALANCER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_nlb_network_load_balancer_delete_network_load_balancer_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_NLB_NETWORK_LOAD_BALANCER_GET_BACKEND_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_backend

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_GET_BACKEND_HEALTH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_backend_health

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_GET_BACKEND_SET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_backend_set

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_GET_BACKEND_SET_HEALTH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_backend_set_health

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_GET_HEALTH_CHECKER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_health_checker

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_GET_LISTENER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_listener

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_GET_NETWORK_LOAD_BALANCER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_network_load_balancer

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_GET_NETWORK_LOAD_BALANCER_HEALTH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_network_load_balancer_health

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_GET_WORK_REQUEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_LIST_BACKEND_SETS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_backend_sets

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_LIST_BACKENDS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_backends

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_LIST_LISTENERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_listeners

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_LIST_NETWORK_LOAD_BALANCER_HEALTHS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_network_load_balancer_healths

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_LIST_NETWORK_LOAD_BALANCERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_network_load_balancers

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_LIST_NETWORK_LOAD_BALANCERS_POLICIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_network_load_balancers_policies

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_LIST_NETWORK_LOAD_BALANCERS_PROTOCOLS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_network_load_balancers_protocols

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_LIST_WORK_REQUESTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_UPDATE_BACKEND_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_nlb_network_load_balancer_update_backend_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_NLB_NETWORK_LOAD_BALANCER_UPDATE_BACKEND_SET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_NLB_NETWORK_LOAD_BALANCER_UPDATE_HEALTH_CHECKER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_nlb_network_load_balancer_update_health_checker_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_NLB_NETWORK_LOAD_BALANCER_UPDATE_LISTENER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_nlb_network_load_balancer_update_listener_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_NLB_NETWORK_LOAD_BALANCER_UPDATE_NETWORK_LOAD_BALANCER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_nlb_network_load_balancer_update_network_load_balancer_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_NLB_NETWORK_LOAD_BALANCER_UPDATE_NETWORK_SECURITY_GROUPS_RESPONSE_T Type

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

Syntax

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