Show / Hide Table of Contents

Class GetNetworkAreaMembersMemberResult

Inheritance
System.Object
GetNetworkAreaMembersMemberResult
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 GetNetworkAreaMembersMemberResult

Fields

View Source

Address

The IP address of the server.

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

Build

The Consul version running on the node.

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

Datacenter

The datacenter to use. This overrides the agent's default datacenter and the datacenter in the provider setup.

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

Id

The node ID of the server.

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

Name

The node name of the server, with its datacenter appended.

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

Port

The server RPC port the node.

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

Protocol

The protocol version being spoken by the node.

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

Role

Role is always "server" since only Consul servers can participate in network areas.

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

Rtt

An estimated network round trip time from the server answering the query to the given server, in nanoseconds. This is computed using network coordinates.

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

Status

The current health status of the node, as determined by the network area distributed failure detector. This will be "alive", "leaving", or "failed". A "failed" status means that other servers are not able to probe this server over its server RPC interface.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.