GetCatalogNodes
Using GetCatalogNodes
function getCatalogNodes(args: GetCatalogNodesArgs, opts?: InvokeOptions): Promise<GetCatalogNodesResult>function get_catalog_nodes(query_options=None, opts=None)func GetCatalogNodes(ctx *Context, args *GetCatalogNodesArgs, opts ...InvokeOption) (*GetCatalogNodesResult, error)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 List[str] - node_
names List[str] - nodes
List[Get
Catalog Nodes Node] - query_
options List[GetCatalog Nodes Query Option]
Supporting Types
GetCatalogNodesNode
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
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 boolean - datacenter string
- near string
- node
Meta {[key: string]: string} - require
Consistent boolean - token string
- wait
Index number - wait
Time string
Package Details
- Repository
- https://github.com/pulumi/pulumi-consul
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
consulTerraform Provider.