Container Engine Types

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_CLUSTER_MIGRATE_TO_NATIVE_VCN_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_cluster_migrate_to_native_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_CE_CONTAINER_ENGINE_COMPLETE_CREDENTIAL_ROTATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_complete_credential_rotation_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_CE_CONTAINER_ENGINE_CREATE_CLUSTER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_create_cluster_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_CE_CONTAINER_ENGINE_CREATE_KUBECONFIG_RESPONSE_T Type

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

Syntax

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

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_CREATE_NODE_POOL_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_create_node_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_CE_CONTAINER_ENGINE_CREATE_VIRTUAL_NODE_POOL_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_create_virtual_node_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_CE_CONTAINER_ENGINE_CREATE_WORKLOAD_MAPPING_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_workload_mapping

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_DELETE_CLUSTER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_delete_cluster_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_CE_CONTAINER_ENGINE_DELETE_NODE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_delete_node_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_CE_CONTAINER_ENGINE_DELETE_NODE_POOL_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_delete_node_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_CE_CONTAINER_ENGINE_DELETE_VIRTUAL_NODE_POOL_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_delete_virtual_node_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_CE_CONTAINER_ENGINE_DELETE_WORK_REQUEST_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_delete_work_request_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_CE_CONTAINER_ENGINE_DELETE_WORKLOAD_MAPPING_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_delete_workload_mapping_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_CE_CONTAINER_ENGINE_DISABLE_ADDON_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_disable_addon_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_CE_CONTAINER_ENGINE_GET_ADDON_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_addon

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_GET_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_GET_CLUSTER_MIGRATE_TO_NATIVE_VCN_STATUS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cluster_migrate_to_native_vcn_status

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_GET_CLUSTER_OPTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cluster_options

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_GET_CREDENTIAL_ROTATION_STATUS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_credential_rotation_status

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_GET_NODE_POOL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_node_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_GET_NODE_POOL_OPTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_node_pool_options

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_GET_VIRTUAL_NODE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_virtual_node

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_GET_VIRTUAL_NODE_POOL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_virtual_node_pool

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_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_ce_container_engine_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_container_engine_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_CE_CONTAINER_ENGINE_GET_WORKLOAD_MAPPING_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_workload_mapping

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_INSTALL_ADDON_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_install_addon_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_CONTAINER_ENGINE_ADDON_OPTION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_container_engine_addon_option_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_addon_option_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_addon_option_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_LIST_ADDON_OPTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_addon_options

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CONTAINER_ENGINE_ADDON_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_container_engine_addon_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_addon_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_addon_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_LIST_ADDONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_addons

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CONTAINER_ENGINE_CLUSTER_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_container_engine_cluster_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_cluster_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_cluster_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_LIST_CLUSTERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_clusters

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CONTAINER_ENGINE_NODE_POOL_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_container_engine_node_pool_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_node_pool_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_node_pool_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_LIST_NODE_POOLS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_node_pools

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CONTAINER_ENGINE_POD_SHAPE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_container_engine_pod_shape_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_pod_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_pod_shape_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_LIST_POD_SHAPES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_pod_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CONTAINER_ENGINE_VIRTUAL_NODE_POOL_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_container_engine_virtual_node_pool_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_virtual_node_pool_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_virtual_node_pool_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_LIST_VIRTUAL_NODE_POOLS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_virtual_node_pools

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CONTAINER_ENGINE_VIRTUAL_NODE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_container_engine_virtual_node_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_virtual_node_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_virtual_node_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_LIST_VIRTUAL_NODES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_virtual_nodes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CONTAINER_ENGINE_WORK_REQUEST_ERROR_TBL Type

Nested table type of dbms_cloud_oci_container_engine_work_request_error_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_work_request_error_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_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_ce_container_engine_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_container_engine_work_request_error_tbl,
  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_CONTAINER_ENGINE_WORK_REQUEST_LOG_ENTRY_TBL Type

Nested table type of dbms_cloud_oci_container_engine_work_request_log_entry_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_work_request_log_entry_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_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_ce_container_engine_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_container_engine_work_request_log_entry_tbl,
  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_CONTAINER_ENGINE_WORK_REQUEST_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_container_engine_work_request_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_work_request_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_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_ce_container_engine_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_container_engine_work_request_summary_tbl,
  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_CONTAINER_ENGINE_WORKLOAD_MAPPING_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_container_engine_workload_mapping_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_container_engine_workload_mapping_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_container_engine_workload_mapping_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_LIST_WORKLOAD_MAPPINGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_workload_mappings

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_CE_CONTAINER_ENGINE_START_CREDENTIAL_ROTATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_start_credential_rotation_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_CE_CONTAINER_ENGINE_UPDATE_ADDON_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_update_addon_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_CE_CONTAINER_ENGINE_UPDATE_CLUSTER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_update_cluster_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_CE_CONTAINER_ENGINE_UPDATE_CLUSTER_ENDPOINT_CONFIG_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_update_cluster_endpoint_config_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_CE_CONTAINER_ENGINE_UPDATE_NODE_POOL_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_update_node_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_CE_CONTAINER_ENGINE_UPDATE_VIRTUAL_NODE_POOL_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ce_container_engine_update_virtual_node_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_CE_CONTAINER_ENGINE_UPDATE_WORKLOAD_MAPPING_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_workload_mapping

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?