HostVirtualSwitchBondBridge

HostVirtualSwitchBondBridge
HostVirtualSwitchBondBridge

This data object type describes a bridge that provides network adapter teaming capabilities.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "nicDevice": [
        "string"
    ],
    "beacon": {
        "_typeName": "string",
        "interval": 0
    },
    "linkDiscoveryProtocolConfig": {
        "_typeName": "string",
        "protocol": "string",
        "operation": "string"
    }
}
array of string
nicDevice
Required

The list of keys of the physical network adapters to be bridged.

beacon
Optional

This data object type describes the configuration of the beacon to probe connectivity of physical network adapters.

A beacon is sent out of one network adapter and should arrive on another network adapter in the team. The successful roundtrip indicates that the network adapters are working.

Define this data object to enable beacon probing as a method to validate the link status of a physical network adapter. Beacon probing must be configured in order to use the beacon status as a criteria to determine if a physical network adapter failed.

See also checkBeacon.

linkDiscoveryProtocolConfig
Optional

Dataobject representing the link discovery protocol configuration for a virtual or distributed virtual switch.