Autoscaling Types

DBMS_CLOUD_OCI_ASC_AUTO_SCALING_CHANGE_AUTO_SCALING_CONFIGURATION_COMPARTMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ASC_AUTO_SCALING_CREATE_AUTO_SCALING_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_auto_scaling_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ASC_AUTO_SCALING_CREATE_AUTO_SCALING_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_auto_scaling_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ASC_AUTO_SCALING_DELETE_AUTO_SCALING_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ASC_AUTO_SCALING_DELETE_AUTO_SCALING_POLICY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_asc_auto_scaling_delete_auto_scaling_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_ASC_AUTO_SCALING_GET_AUTO_SCALING_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_auto_scaling_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ASC_AUTO_SCALING_GET_AUTO_SCALING_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_auto_scaling_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AUTOSCALING_AUTO_SCALING_CONFIGURATION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_autoscaling_auto_scaling_configuration_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_autoscaling_auto_scaling_configuration_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_autoscaling_auto_scaling_configuration_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ASC_AUTO_SCALING_LIST_AUTO_SCALING_CONFIGURATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_auto_scaling_configurations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AUTOSCALING_AUTO_SCALING_POLICY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_autoscaling_auto_scaling_policy_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_autoscaling_auto_scaling_policy_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_autoscaling_auto_scaling_policy_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ASC_AUTO_SCALING_LIST_AUTO_SCALING_POLICIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_auto_scaling_policies

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ASC_AUTO_SCALING_UPDATE_AUTO_SCALING_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_auto_scaling_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ASC_AUTO_SCALING_UPDATE_AUTO_SCALING_POLICY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_auto_scaling_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer