VMwareDvsLacpGroupSpec
VMwareDvsLacpGroupSpec
This class defines the configuration of a Link Aggregation Control Protocol group.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"lacpGroupConfig": {
"_typeName": "string",
"key": "string",
"name": "string",
"mode": "string",
"uplinkNum": 0,
"loadbalanceAlgorithm": "string",
"vlan": {
"_typeName": "string",
"vlanId": [
{
"_typeName": "string",
"start": 0,
"end": 0
}
]
},
"ipfix": {
"_typeName": "string",
"ipfixEnabled": false
},
"uplinkName": [
"string"
],
"uplinkPortKey": [
"string"
],
"timeoutMode": "string"
},
"operation": "string"
}
lacpGroupConfig
Required
This class defines VMware specific multiple IEEE 802.3ad Dynamic Link Aggregation Control Protocol groups.