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.DigitalOcean.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetLoadBalancerHealthcheckResult

Fields

View Source

CheckIntervalSeconds

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

HealthyThreshold

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

Path

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

Port

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

Protocol

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

ResponseTimeoutSeconds

Declaration
public readonly int ResponseTimeoutSeconds
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.