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 SourceCheckIntervalSeconds
Declaration
public readonly int CheckIntervalSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |
HealthyThreshold
Declaration
public readonly int HealthyThreshold
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Path
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Port
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Protocol
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |
ResponseTimeoutSeconds
Declaration
public readonly int ResponseTimeoutSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UnhealthyThreshold
Declaration
public readonly int UnhealthyThreshold
Field Value
| Type | Description |
|---|---|
| System.Int32 |