VAppNetworkDescriptor_VmSelection

VAppNetworkDescriptor_VmSelection
VAppNetworkDescriptor_VmSelection

A VM selection in a vApp network.

JSON Example
{
    "ipType": "assigned",
    "vmName": "myvm",
    "vmNicId": 1
}
string
ipType
Optional

The value can be one of: assigned (assigned internal IP be automatically choosen) ,NAT (NATed external IP will be automatically choosen).

string
vmName
Optional

The name of the VM.

integer As int32 As int32
vmNicId
Optional

VM NIC ID to which this rule applies