Show / Hide Table of Contents

Class GetLoadBalancerHealthCheckResult

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

Fields

View Source

HealthyThreshold

Declaration
public readonly int HealthyThreshold
Field Value
Type Description
System.Int32
View Source

Interval

Declaration
public readonly int Interval
Field Value
Type Description
System.Int32
View Source

Target

Declaration
public readonly string Target
Field Value
Type Description
System.String
View Source

Timeout

Declaration
public readonly int Timeout
Field Value
Type Description
System.Int32
View Source

UnhealthyThreshold

Declaration
public readonly int UnhealthyThreshold
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.