Class GetAutopilotHealthServerResult
Inheritance
System.Object
GetAutopilotHealthServerResult
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.Outputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetAutopilotHealthServerResult
Fields
View SourceAddress
The address of the server
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
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 Raft ID of the server
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LastContact
The time elapsed since the server's last contact with the leader
Declaration
public readonly string LastContact
Field Value
| Type | Description |
|---|---|
| System.String |
LastIndex
The index of the server's last committed Raft log entry
Declaration
public readonly int LastIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
LastTerm
The server's last known Raft leader term
Declaration
public readonly int LastTerm
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Leader
Whether the server is currently leader
Declaration
public readonly bool Leader
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
The node name of the server
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
SerfStatus
The status of the SerfHealth check of the server
Declaration
public readonly string SerfStatus
Field Value
| Type | Description |
|---|---|
| System.String |
StableSince
The time this server has been in its current Healthy
state
Declaration
public readonly string StableSince
Field Value
| Type | Description |
|---|---|
| System.String |
Version
The Consul version of the server
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |
Voter
Whether the server is a voting member of the Raft cluster
Declaration
public readonly bool Voter
Field Value
| Type | Description |
|---|---|
| System.Boolean |