AttachLifecycleStageToProfileDetails¶
-
class
oci.os_management_hub.models.AttachLifecycleStageToProfileDetails(**kwargs)¶ Bases:
objectProvides 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.
-