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 |
---|---|
|
Response headers as JSON data in a JSON object |
|
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 of |
|
Response headers as JSON data in a JSON object |
|
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 |
---|---|
|
Response headers as JSON data in a JSON object |
|
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 |
---|---|
|
Response headers as JSON data in a JSON object |
|
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 of |
|
Response headers as JSON data in a JSON object |
|
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 of |
|
Response headers as JSON data in a JSON object |
|
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 of |
|
Response headers as JSON data in a JSON object |
|
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 of |
|
Response headers as JSON data in a JSON object |
|
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 of |
|
Response headers as JSON data in a JSON object |
|
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 |
---|---|
|
Response headers as JSON data in a JSON object |
|
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 of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |