LifecycleStageDetails¶
-
class
oci.os_management_hub.models.
LifecycleStageDetails
(**kwargs)¶ Bases:
object
Provides identifying information for the specified lifecycle stage.
Methods
__init__
(**kwargs)Initializes a new LifecycleStageDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this LifecycleStageDetails. id
[Required] Gets the id of this LifecycleStageDetails. -
__init__
(**kwargs)¶ Initializes a new LifecycleStageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this LifecycleStageDetails.
- display_name (str) – The value to assign to the display_name property of this LifecycleStageDetails.
-
display_name
¶ Gets the display_name of this LifecycleStageDetails. Lifecycle stage name.
Returns: The display_name of this LifecycleStageDetails. Return type: str
-