Show / Hide Table of Contents

Class GetNodes

Inheritance
System.Object
GetNodes
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 static class GetNodes

Methods

View Source

InvokeAsync(GetNodesArgs, InvokeOptions)

The consul..getNodes data source returns a list of Consul nodes that have been registered with the Consul cluster in a given datacenter. By specifying a different datacenter in the query_options it is possible to retrieve a list of nodes from a different WAN-attached Consul datacenter.

{{% examples %}} {{% /examples %}}

Declaration
public static Task<GetNodesResult> InvokeAsync(GetNodesArgs args = null, InvokeOptions options = null)
Parameters
Type Name Description
GetNodesArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetNodesResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.