Vmware Distributed Virtual Switch Update DVS Lacp Group Config Task
Update Link Aggregation Control Protocol groups.
It can be called if the value of lacpApiVersion is multipleLag else an exception ConflictingConfiguration will be thrown.
Required privileges: DVSwitch.Modify
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VmwareDistributedVirtualSwitch/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"lacpGroupSpec": [
{
"_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"
}
]
}
The Link Aggregation Control Protocol groups to be configured.
OK
{
"_typeName": "string",
"type": "string",
"value": "string"
}
DvsFault: if operation fails on any host or if there are other update failures.
NotSupported: if multiple Link Aggregation Control Protocol is not supported on the switch.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}