VmwareDistributedVirtualSwitchRealTimeLanAnnotation

VmwareDistributedVirtualSwitchRealTimeLanAnnotation
VmwareDistributedVirtualSwitchRealTimeLanAnnotation

This data structure defines the real-time configuration for a distributed virtual switch when real-time flag is enabled.

The uplink(s) are set in two different LANs (LAN A/LAN B).

Since: vSphere API Release 8.0.3.1

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "lanAUplink": [
        "string"
    ],
    "lanBUplink": [
        "string"
    ]
}
array of string
lanAUplink
Optional

The name(s) of the LAN A uplink(s).

array of string
lanBUplink
Optional

The name(s) of the LAN B uplink(s).