HostNatService

HostNatService
HostNatService

A network address translation (NAT) service instance provides firewall and network address translation services for a virtual network.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "spec": {
        "_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
        }
    }
}
string
key
Required

The instance ID of the NAT service.

spec
Required

This data object type provides the details about the Network Address Translation (NAT) service.