Class RegionInstanceGroupManagerAutoHealingPoliciesArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionInstanceGroupManagerAutoHealingPoliciesArgs : ResourceArgs
Constructors
View SourceRegionInstanceGroupManagerAutoHealingPoliciesArgs()
Declaration
public RegionInstanceGroupManagerAutoHealingPoliciesArgs()
Properties
View SourceHealthCheck
The health check resource that signals autohealing.
Declaration
public Input<string> HealthCheck { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InitialDelaySec
The number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances. Between 0 and 3600.
Declaration
public Input<int> InitialDelaySec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |