VMwareDVSVlanHealthCheckResult

VMwareDVSVlanHealthCheckResult
VMwareDVSVlanHealthCheckResult

This class defines Vlan health check result of an uplink port in the VMware vSphered Distributed Switch.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "summary": "string",
    "uplinkPortKey": "string",
    "trunkedVlan": [
        {
            "_typeName": "string",
            "start": 0,
            "end": 0
        }
    ],
    "untrunkedVlan": [
        {
            "_typeName": "string",
            "start": 0,
            "end": 0
        }
    ]
}
trunkedVlan
Optional

The vlans which are trunked by the physical switch connected to the uplink port.

If the vlan is not a range, but a single Id, both start and end have the same value with the single vlan Id.

untrunkedVlan
Optional

The vlans which are not trunked by the physical switch connected to the uplink port.

If the vlan is not a range, but a single Id, both start and end have the same value with the single vlan Id.