Core Compute Management Types

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_ATTACH_INSTANCE_POOL_INSTANCE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of attach_instance_pool_instance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_ATTACH_LOAD_BALANCER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of attach_load_balancer

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_CHANGE_CLUSTER_NETWORK_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_management_change_cluster_network_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_COMPUTE_MANAGEMENT_CHANGE_INSTANCE_CONFIGURATION_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_management_change_instance_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_CR_COMPUTE_MANAGEMENT_CHANGE_INSTANCE_POOL_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_management_change_instance_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_COMPUTE_MANAGEMENT_CREATE_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_cluster_network

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_CREATE_INSTANCE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_instance_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_CREATE_INSTANCE_POOL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_instance_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_DELETE_INSTANCE_CONFIGURATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_management_delete_instance_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_CR_COMPUTE_MANAGEMENT_DETACH_INSTANCE_POOL_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_management_detach_instance_pool_instance_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_COMPUTE_MANAGEMENT_DETACH_LOAD_BALANCER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of detach_load_balancer

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_GET_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cluster_network

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_GET_INSTANCE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_instance_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_GET_INSTANCE_POOL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_instance_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_GET_INSTANCE_POOL_INSTANCE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_instance_pool_instance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_GET_INSTANCE_POOL_LOAD_BALANCER_ATTACHMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_instance_pool_load_balancer_attachment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_LAUNCH_INSTANCE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of launch_instance_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_INSTANCE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_core_instance_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_instance_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_instance_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_LIST_CLUSTER_NETWORK_INSTANCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_cluster_network_instances

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_CLUSTER_NETWORK_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_core_cluster_network_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_cluster_network_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_cluster_network_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_LIST_CLUSTER_NETWORKS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_cluster_networks

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CORE_INSTANCE_CONFIGURATION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_core_instance_configuration_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_core_instance_configuration_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_core_instance_configuration_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_LIST_INSTANCE_CONFIGURATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_instance_configurations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_LIST_INSTANCE_POOL_INSTANCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_instance_pool_instances

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_LIST_INSTANCE_POOLS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_instance_pools

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_RESET_INSTANCE_POOL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of reset_instance_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_SOFTRESET_INSTANCE_POOL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of softreset_instance_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_SOFTSTOP_INSTANCE_POOL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of softstop_instance_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_START_INSTANCE_POOL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of start_instance_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_STOP_INSTANCE_POOL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of stop_instance_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_TERMINATE_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_management_terminate_cluster_network_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_COMPUTE_MANAGEMENT_TERMINATE_INSTANCE_POOL_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cr_compute_management_terminate_instance_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_COMPUTE_MANAGEMENT_UPDATE_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_cluster_network

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_UPDATE_INSTANCE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_instance_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CR_COMPUTE_MANAGEMENT_UPDATE_INSTANCE_POOL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_instance_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?