Show / Hide Table of Contents

Class RegionInstanceGroupManagerAutoHealingPoliciesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegionInstanceGroupManagerAutoHealingPoliciesArgs
Inherited Members
ResourceArgs.Empty
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 Source

RegionInstanceGroupManagerAutoHealingPoliciesArgs()

Declaration
public RegionInstanceGroupManagerAutoHealingPoliciesArgs()

Properties

View Source

HealthCheck

The health check resource that signals autohealing.

Declaration
public Input<string> HealthCheck { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.