Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.06 KB

policy_edge_node.html.markdown

File metadata and controls

39 lines (28 loc) · 1.06 KB
subcategory layout page_title description
Fabric
nsxt
NSXT: policy_edge node
A policy Edge Node data source.

nsxt_policy_edge_node

This data source provides information about policy edge nodes configured within a cluster, on NSX.

This data source is applicable to NSX Global Manager and NSX Policy Manager.

Example Usage

data "nsxt_policy_edge_cluster" "ec" {
  display_name = "ec"
}

data "nsxt_policy_edge_node" "node1" {
  edge_cluster_path = data.nsxt_policy_edge_cluster.ec.path
  member_index      = 0
}

Argument Reference

  • edge_cluster_path - (Required) The path of edge cluster where to which this node belongs.
  • id - (Optional) The ID of the edge node to retrieve.
  • display_name - (Optional) The Display Name prefix of the edge node to retrieve.
  • member_index - (Optional) Member index of the node in edge cluster.

Attributes Reference

In addition to arguments listed above, the following attributes are exported:

  • description - The description of the resource.
  • path - The NSX path of the policy resource.