VmwareDistributedVirtualSwitchTrunkVlanSpec
VmwareDistributedVirtualSwitchTrunkVlanSpec
This data type specifies that the port uses trunk mode, which allows the guest operating system to manage its own VLAN tags.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"inherited": false,
"vlanId": [
{
"_typeName": "string",
"start": 0,
"end": 0
}
]
}
array of NumericRange
vlanId
Optional
The VlanId range for the trunk port.
The valid VlanId range is from 0 to 4094. Overlapping ranges are allowed.