Class InstancePoolLifecycleManagementDetails
The lifecycle management options for the instance pool.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class InstancePoolLifecycleManagementDetails
Properties
LifecycleActions
Declaration
[Required(ErrorMessage = "LifecycleActions is required.")]
[JsonProperty(PropertyName = "lifecycleActions")]
public InstancePoolLifecycleActionsDetails LifecycleActions { get; set; }
Property Value
| Type | Description |
|---|---|
| InstancePoolLifecycleActionsDetails |
Remarks
Required