NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
NatServiceEntry (schema)
Nat Service Entry
Gives information about protocol, source ports, destination ports and translated ports.
Name | Description | Type | Notes |
---|---|---|---|
destination_ports | Port number or port range Gives the match destination ports. |
PortElement | |
protocol | Protocol protocol supports TCP, UDP and ICMP v4 |
string | Enum: TCP, UDP, ICMP |
source_ports | Port number or port range Gives the match source ports. |
PortElement | |
translated_ports | Port number or port range Gives the translated ports. |
PortElement |