OS Management Hub Managed Instance Group Types

DBMS_CLOUD_OCI_OMH_MANAGED_INSTANCE_GROUP_ATTACH_MANAGED_INSTANCES_TO_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_attach_managed_instances_to_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_ATTACH_SOFTWARE_SOURCES_TO_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_attach_software_sources_to_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_CREATE_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_managed_instance_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGED_INSTANCE_GROUP_DELETE_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_delete_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_DETACH_MANAGED_INSTANCES_FROM_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_detach_managed_instances_from_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_DETACH_SOFTWARE_SOURCES_FROM_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_detach_software_sources_from_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_DISABLE_MODULE_STREAM_ON_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_disable_module_stream_on_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_ENABLE_MODULE_STREAM_ON_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_enable_module_stream_on_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_GET_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_managed_instance_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGED_INSTANCE_GROUP_INSTALL_MODULE_STREAM_PROFILE_ON_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_install_module_stream_profile_on_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_INSTALL_PACKAGES_ON_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_install_packages_on_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_LIST_MANAGED_INSTANCE_GROUP_AVAILABLE_MODULES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_group_available_modules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGED_INSTANCE_GROUP_LIST_MANAGED_INSTANCE_GROUP_AVAILABLE_PACKAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_group_available_packages

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGED_INSTANCE_GROUP_LIST_MANAGED_INSTANCE_GROUP_AVAILABLE_SOFTWARE_SOURCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_group_available_software_sources

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGED_INSTANCE_GROUP_LIST_MANAGED_INSTANCE_GROUP_INSTALLED_PACKAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_group_installed_packages

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGED_INSTANCE_GROUP_LIST_MANAGED_INSTANCE_GROUP_MODULES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_group_modules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGED_INSTANCE_GROUP_LIST_MANAGED_INSTANCE_GROUPS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_groups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_MANAGED_INSTANCE_GROUP_MANAGE_MODULE_STREAMS_ON_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_manage_module_streams_on_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_REMOVE_MODULE_STREAM_PROFILE_FROM_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_remove_module_stream_profile_from_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_REMOVE_PACKAGES_FROM_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_remove_packages_from_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_UPDATE_ALL_PACKAGES_ON_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_group_update_all_packages_on_managed_instance_group_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_OMH_MANAGED_INSTANCE_GROUP_UPDATE_MANAGED_INSTANCE_GROUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_managed_instance_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?