WAA Types

DBMS_CLOUD_OCI_WAA_WAA_CHANGE_WEB_APP_ACCELERATION_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waa_waa_change_web_app_acceleration_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_WAA_WAA_CHANGE_WEB_APP_ACCELERATION_POLICY_COMPARTMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAA_WAA_CREATE_WEB_APP_ACCELERATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_web_app_acceleration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAA_WAA_CREATE_WEB_APP_ACCELERATION_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_web_app_acceleration_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAA_WAA_DELETE_WEB_APP_ACCELERATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waa_waa_delete_web_app_acceleration_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_WAA_WAA_DELETE_WEB_APP_ACCELERATION_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAA_WAA_GET_WEB_APP_ACCELERATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_web_app_acceleration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAA_WAA_GET_WEB_APP_ACCELERATION_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_web_app_acceleration_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAA_WAA_LIST_WEB_APP_ACCELERATION_POLICIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_web_app_acceleration_policies

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAA_WAA_LIST_WEB_APP_ACCELERATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_web_app_accelerations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAA_WAA_PURGE_WEB_APP_ACCELERATION_CACHE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waa_waa_purge_web_app_acceleration_cache_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_WAA_WAA_UPDATE_WEB_APP_ACCELERATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waa_waa_update_web_app_acceleration_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_WAA_WAA_UPDATE_WEB_APP_ACCELERATION_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer