VMwareDVSPvlanMapEntry

VMwareDVSPvlanMapEntry
VMwareDVSPvlanMapEntry

The class represents a PVLAN id.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "primaryVlanId": 0,
    "secondaryVlanId": 0,
    "pvlanType": "string"
}
integer As int32 As int32
primaryVlanId
Required

The primary VLAN ID.

The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property.

integer As int32 As int32
secondaryVlanId
Required

The secondary VLAN ID.

The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property.

string
pvlanType
Required

The type of PVLAN.

See VmwareDistributedVirtualSwitchPvlanPortTypeEnum for valid values.