LifecycleEnvironmentDetails¶
-
class
oci.os_management_hub.models.
LifecycleEnvironmentDetails
(**kwargs)¶ Bases:
object
Provides identifying information for the specified lifecycle environment.
Methods
__init__
(**kwargs)Initializes a new LifecycleEnvironmentDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this LifecycleEnvironmentDetails. id
[Required] Gets the id of this LifecycleEnvironmentDetails. -
__init__
(**kwargs)¶ Initializes a new LifecycleEnvironmentDetails 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 LifecycleEnvironmentDetails.
- display_name (str) – The value to assign to the display_name property of this LifecycleEnvironmentDetails.
-
display_name
¶ Gets the display_name of this LifecycleEnvironmentDetails. Lifecycle environment name.
Returns: The display_name of this LifecycleEnvironmentDetails. Return type: str
-