VAppNetworkDescriptor_OneToOneVmNatRule

VAppNetworkDescriptor_OneToOneVmNatRule
VAppNetworkDescriptor_OneToOneVmNatRule

NAT rule for one to one mapping of VM NIC and external IP addresses from a vApp network.

JSON Example
{
    "externalIpAddress": "10.71.80.255",
    "mappingMode": "automatic",
    "vmName": "myvm",
    "vmNicId": 0
}
string
externalIpAddress
Optional

External IP address to map to VM.

string
mappingMode
Optional

Mapping mode.

string
vmName
Optional

The name of the VM,

integer As int32 As int32
vmNicId
Optional

VM NIC ID to which this rule applies.