Class GetAutopilotHealthResult
Inheritance
System.Object
GetAutopilotHealthResult
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.Consul
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetAutopilotHealthResult
Fields
View SourceDatacenter
Declaration
public readonly string Datacenter
Field Value
| Type | Description |
|---|---|
| System.String |
FailureTolerance
The number of redundant healthy servers that could fail without causing an outage
Declaration
public readonly int FailureTolerance
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Healthy
Whether the server is healthy according to the current Autopilot configuration
Declaration
public readonly bool Healthy
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Servers
A list of server health information. See below for details on the available information.
Declaration
public readonly ImmutableArray<GetAutopilotHealthServerResult> Servers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAutopilotHealthServerResult> |