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
The beacon configuration to probe for the validity of a link.
If this is set, beacon probing is configured and will be used. If this is not set, beacon probing is disabled.
linkDiscoveryProtocolConfig
Optional
The link discovery protocol configuration for the virtual switch.
See also LinkDiscoveryProtocolConfig.