Show / Hide Table of Contents

Class RegionInstanceGroupManagerAutoHealingPolicies

Inheritance
System.Object
RegionInstanceGroupManagerAutoHealingPolicies
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionInstanceGroupManagerAutoHealingPolicies

Fields

View Source

HealthCheck

The health check resource that signals autohealing.

Declaration
public readonly string HealthCheck
Field Value
Type Description
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 readonly int InitialDelaySec
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.