getCatalogNodes
Using getCatalogNodes
function getCatalogNodes(args: GetCatalogNodesArgs, opts?: InvokeOptions): Promise<GetCatalogNodesResult>
def get_catalog_nodes(query_options: Optional[Sequence[GetCatalogNodesQueryOptionArgs]] = None, opts: Optional[InvokeOptions] = None) -> GetCatalogNodesResult
func GetCatalogNodes(ctx *Context, args *GetCatalogNodesArgs, opts ...InvokeOption) (*GetCatalogNodesResult, error)
Note: This function is named
GetCatalogNodes
in the Go SDK.
public static class GetCatalogNodes {
public static Task<GetCatalogNodesResult> InvokeAsync(GetCatalogNodesArgs args, InvokeOptions? opts = null)
}
The following arguments are supported:
getCatalogNodes Result
The following output properties are available:
- Datacenter string
- Id string
The provider-assigned unique ID for this managed resource.
- Node
Ids List<string> - Node
Names List<string> - Nodes
List<Get
Catalog Nodes Node> - Query
Options List<GetCatalog Nodes Query Option>
- Datacenter string
- Id string
The provider-assigned unique ID for this managed resource.
- Node
Ids []string - Node
Names []string - Nodes
[]Get
Catalog Nodes Node - Query
Options []GetCatalog Nodes Query Option
- datacenter string
- id string
The provider-assigned unique ID for this managed resource.
- node
Ids string[] - node
Names string[] - nodes
Get
Catalog Nodes Node[] - query
Options GetCatalog Nodes Query Option[]
- datacenter str
- id str
The provider-assigned unique ID for this managed resource.
- node_
ids Sequence[str] - node_
names Sequence[str] - nodes
Sequence[Get
Catalog Nodes Node] - query_
options Sequence[GetCatalog Nodes Query Option]
Supporting Types
GetCatalogNodesNode
- Address string
- Id string
- Meta Dictionary<string, string>
- Name string
- Tagged
Addresses Dictionary<string, string>
- Address string
- Id string
- Meta map[string]string
- Name string
- Tagged
Addresses map[string]string
- address string
- id string
- meta {[key: string]: string}
- name string
- tagged
Addresses {[key: string]: string}
- address str
- id str
- meta Mapping[str, str]
- name str
- tagged_
addresses Mapping[str, str]
GetCatalogNodesQueryOption
- Allow
Stale bool - Datacenter string
- Near string
- Node
Meta Dictionary<string, string> - Require
Consistent bool - Token string
- Wait
Index int - Wait
Time string
- Allow
Stale bool - Datacenter string
- Near string
- Node
Meta map[string]string - Require
Consistent bool - Token string
- Wait
Index int - Wait
Time string
- allow
Stale boolean - datacenter string
- near string
- node
Meta {[key: string]: string} - require
Consistent boolean - token string
- wait
Index number - wait
Time string
- allow_
stale bool - datacenter str
- near str
- node_
meta Mapping[str, str] - require_
consistent bool - token str
- wait_
index int - wait_
time str
Package Details
- Repository
- https://github.com/pulumi/pulumi-consul
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
consul
Terraform Provider.