Show / Hide Table of Contents

Class InstancePoolLifecycleManagementDetails

The lifecycle management options for the instance pool.

Inheritance
object
InstancePoolLifecycleManagementDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top