HostNatServiceSpec
This data object type provides the details about the Network Address Translation (NAT) service.
{
"_typeName": "string",
"virtualSwitch": "string",
"activeFtp": false,
"allowAnyOui": false,
"configPort": false,
"ipGatewayAddress": "string",
"udpTimeout": 0,
"portForward": [
{
"_typeName": "string",
"type": "string",
"name": "string",
"hostPort": 0,
"guestPort": 0,
"guestIpAddress": "string"
}
],
"nameService": {
"_typeName": "string",
"dnsAutoDetect": false,
"dnsPolicy": "string",
"dnsRetries": 0,
"dnsTimeout": 0,
"dnsNameServer": [
"string"
],
"nbdsTimeout": 0,
"nbnsRetries": 0,
"nbnsTimeout": 0
}
}
The name of the virtual switch to which nat service is connected.
The flag to indicate whether or not non-passive mode FTP connections should be allowed.
The flag to indicate whether or not the NAT Service allows media access control traffic from any Organizational Unique Identifier (OUI)? By default, it does not allow traffic that originated from the host to avoid packet loops.
The flag to indicate whether or not the NAT Service should open a configuration port.
The IP address that the NAT Service should use on the virtual network.
The time allotted for UDP packets.
The port forwarding specifications to allow network connections to be initiated from outside the firewall.
This data object type specifies the information for the name servers.