ChangeLifecycleEnvironmentCompartmentDetails

class oci.os_management_hub.models.ChangeLifecycleEnvironmentCompartmentDetails(**kwargs)

Bases: object

Provides the information used to move the lifecycle environment to another compartment.

Methods

__init__(**kwargs) Initializes a new ChangeLifecycleEnvironmentCompartmentDetails object with values from keyword arguments.

Attributes

compartment_id Gets the compartment_id of this ChangeLifecycleEnvironmentCompartmentDetails.
__init__(**kwargs)

Initializes a new ChangeLifecycleEnvironmentCompartmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:compartment_id (str) – The value to assign to the compartment_id property of this ChangeLifecycleEnvironmentCompartmentDetails.
compartment_id

Gets the compartment_id of this ChangeLifecycleEnvironmentCompartmentDetails. The OCID of the compartment to move the lifecycle environment to.

Returns:The compartment_id of this ChangeLifecycleEnvironmentCompartmentDetails.
Return type:str