This data source provides information about a network and security (NS) service configured in NSX. NS services are either factory defined in NSX or can be defined by the NSX administrator. They provide a convenience name for a port/protocol pair that is often used in fire walling or load balancing.
data "nsxt_ns_service" "ns_service_dns" { display_name = "DNS" }
id
- (Optional) The ID of NS service to retrieve
display_name
- (Optional) The Display Name of the NS service to retrieve.
In addition to arguments listed above, the following attributes are exported:
description
- The description of the NS service.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/nsxt/d/ns_service.html