Class GetNetworkAreaMembersMemberResult
Inheritance
Inherited Members
Namespace: Pulumi.Consul.Outputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetNetworkAreaMembersMemberResult
Fields
View SourceAddress
The IP address of the server.
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
Build
The Consul version running on the node.
Declaration
public readonly string Build
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Id
The node ID of the server.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The node name of the server, with its datacenter appended.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Port
The server RPC port the node.
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Protocol
The protocol version being spoken by the node.
Declaration
public readonly int Protocol
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
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 |
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 |