Class GetAgentConfigResult
Inheritance
System.Object
GetAgentConfigResult
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 GetAgentConfigResult
Fields
View SourceDatacenter
The datacenter the agent is running in
Declaration
public readonly string Datacenter
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
NodeId
The ID of the node the agent is running on
Declaration
public readonly string NodeId
Field Value
| Type | Description |
|---|---|
| System.String |
NodeName
The name of the node the agent is running on
Declaration
public readonly string NodeName
Field Value
| Type | Description |
|---|---|
| System.String |
Revision
The first 9 characters of the VCS revision of the build of Consul that is running
Declaration
public readonly string Revision
Field Value
| Type | Description |
|---|---|
| System.String |
Server
Boolean if the agent is a server or not
Declaration
public readonly bool Server
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Version
The version of the build of Consul that is running
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |