AttachLifecycleStageToProfileDetails

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

Bases: object

Provides the information used to attach a lifecycle stage to a profile.

Methods

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

Attributes

lifecycle_stage_id [Required] Gets the lifecycle_stage_id of this AttachLifecycleStageToProfileDetails.
__init__(**kwargs)

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

Parameters:lifecycle_stage_id (str) – The value to assign to the lifecycle_stage_id property of this AttachLifecycleStageToProfileDetails.
lifecycle_stage_id

[Required] Gets the lifecycle_stage_id of this AttachLifecycleStageToProfileDetails. The OCID of the lifecycle stage that the instance will be associated with.

Returns:The lifecycle_stage_id of this AttachLifecycleStageToProfileDetails.
Return type:str