Show / Hide Table of Contents

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 Source

Address

The address of the server

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

Healthy

Whether the server is healthy according to the current Autopilot configuration

Declaration
public readonly bool Healthy
Field Value
Type Description
System.Boolean
View Source

Id

The Raft ID of the server

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

LastContact

The time elapsed since the server's last contact with the leader

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

LastIndex

The index of the server's last committed Raft log entry

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

LastTerm

The server's last known Raft leader term

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

Leader

Whether the server is currently leader

Declaration
public readonly bool Leader
Field Value
Type Description
System.Boolean
View Source

Name

The node name of the server

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

SerfStatus

The status of the SerfHealth check of the server

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

StableSince

The time this server has been in its current Healthy state

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

Version

The Consul version of the server

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

Voter

Whether the server is a voting member of the Raft cluster

Declaration
public readonly bool Voter
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.