Show / Hide Table of Contents

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 Source

Datacenter

The datacenter the agent is running in

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

Id

The provider-assigned unique ID for this managed resource.

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

NodeId

The ID of the node the agent is running on

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

NodeName

The name of the node the agent is running on

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

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
View Source

Server

Boolean if the agent is a server or not

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

Version

The version of the build of Consul that is running

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