OS Management Hub Lifecycle Environment Types

DBMS_CLOUD_OCI_OMH_LIFECYCLE_ENVIRONMENT_ATTACH_MANAGED_INSTANCES_TO_LIFECYCLE_STAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_lifecycle_environment_attach_managed_instances_to_lifecycle_stage_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_LIFECYCLE_ENVIRONMENT_CREATE_LIFECYCLE_ENVIRONMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_lifecycle_environment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_LIFECYCLE_ENVIRONMENT_DELETE_LIFECYCLE_ENVIRONMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_lifecycle_environment_delete_lifecycle_environment_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_LIFECYCLE_ENVIRONMENT_DETACH_MANAGED_INSTANCES_FROM_LIFECYCLE_STAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_lifecycle_environment_detach_managed_instances_from_lifecycle_stage_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_LIFECYCLE_ENVIRONMENT_GET_LIFECYCLE_ENVIRONMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_lifecycle_environment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_LIFECYCLE_ENVIRONMENT_GET_LIFECYCLE_STAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_lifecycle_stage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_LIFECYCLE_ENVIRONMENT_LIST_LIFECYCLE_ENVIRONMENTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_lifecycle_environments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_LIFECYCLE_ENVIRONMENT_LIST_LIFECYCLE_STAGE_INSTALLED_PACKAGES_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_lifecycle_environment_list_lifecycle_stage_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_lifecycle_stage_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_LIFECYCLE_ENVIRONMENT_LIST_LIFECYCLE_STAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_lifecycle_stages

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OMH_LIFECYCLE_ENVIRONMENT_PROMOTE_SOFTWARE_SOURCE_TO_LIFECYCLE_STAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_omh_lifecycle_environment_promote_software_source_to_lifecycle_stage_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_LIFECYCLE_ENVIRONMENT_UPDATE_LIFECYCLE_ENVIRONMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_lifecycle_environment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer