InstancePoolLifecycleManagementDetails¶
-
class
oci.core.models.InstancePoolLifecycleManagementDetails(**kwargs)¶ Bases:
objectThe lifecycle management options for the instance pool.
Methods
__init__(**kwargs)Initializes a new InstancePoolLifecycleManagementDetails object with values from keyword arguments. Attributes
lifecycle_actions[Required] Gets the lifecycle_actions of this InstancePoolLifecycleManagementDetails. -
__init__(**kwargs)¶ Initializes a new InstancePoolLifecycleManagementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: lifecycle_actions (oci.core.models.InstancePoolLifecycleActionsDetails) – The value to assign to the lifecycle_actions property of this InstancePoolLifecycleManagementDetails.
-
lifecycle_actions¶ [Required] Gets the lifecycle_actions of this InstancePoolLifecycleManagementDetails.
Returns: The lifecycle_actions of this InstancePoolLifecycleManagementDetails. Return type: oci.core.models.InstancePoolLifecycleActionsDetails
-