OS Management Hub Managed Instance Types

DBMS_CLOUD_OCI_OMH_MANAGED_INSTANCE_ATTACH_SOFTWARE_SOURCES_TO_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_attach_software_sources_to_managed_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_OMH_MANAGED_INSTANCE_DETACH_SOFTWARE_SOURCES_FROM_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_detach_software_sources_from_managed_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_OMH_MANAGED_INSTANCE_DISABLE_MODULE_STREAM_ON_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_disable_module_stream_on_managed_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_OMH_MANAGED_INSTANCE_ENABLE_MODULE_STREAM_ON_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_enable_module_stream_on_managed_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_OMH_MANAGED_INSTANCE_GET_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_managed_instance

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_INSTALL_MODULE_STREAM_PROFILE_ON_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_install_module_stream_profile_on_managed_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_OMH_MANAGED_INSTANCE_INSTALL_PACKAGES_ON_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_install_packages_on_managed_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_OMH_MANAGED_INSTANCE_LIST_MANAGED_INSTANCE_AVAILABLE_PACKAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_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_LIST_MANAGED_INSTANCE_AVAILABLE_SOFTWARE_SOURCES_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_list_managed_instance_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_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_LIST_MANAGED_INSTANCE_ERRATA_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_errata

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_LIST_MANAGED_INSTANCE_INSTALLED_PACKAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_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_LIST_MANAGED_INSTANCE_MODULES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_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_LIST_MANAGED_INSTANCE_UPDATABLE_PACKAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instance_updatable_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_LIST_MANAGED_INSTANCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_managed_instances

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_MANAGE_MODULE_STREAMS_ON_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_manage_module_streams_on_managed_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_OMH_MANAGED_INSTANCE_REFRESH_SOFTWARE_ON_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_refresh_software_on_managed_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_OMH_MANAGED_INSTANCE_REMOVE_MODULE_STREAM_PROFILE_FROM_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_remove_module_stream_profile_from_managed_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_OMH_MANAGED_INSTANCE_REMOVE_PACKAGES_FROM_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_remove_packages_from_managed_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_OMH_MANAGED_INSTANCE_SWITCH_MODULE_STREAM_ON_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_switch_module_stream_on_managed_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_OMH_MANAGED_INSTANCE_UPDATE_ALL_PACKAGES_ON_MANAGED_INSTANCES_IN_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_managed_instance_update_all_packages_on_managed_instances_in_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_OMH_MANAGED_INSTANCE_UPDATE_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_managed_instance

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_UPDATE_PACKAGES_ON_MANAGED_INSTANCE_RESPONSE_T Type

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

Syntax

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

Was this article helpful?