VMwareUplinkLacpPolicy
VMwareUplinkLacpPolicy
Deprecated as of vSphere API 5.5.
This class defines VMware specific Link Aggregation Control Protocol policy.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"inherited": false,
"enable": {
"_typeName": "string",
"inherited": false,
"value": false
},
"mode": {
"_typeName": "string",
"inherited": false,
"value": "string"
}
}
enable
Optional
The flag to indicate whether or not Link Aggregation Control Protocol is enabled.
It can be set to true if the value of lacpApiVersion is singleLag, else an exception ConflictingConfiguration will be thrown.
mode
Optional
The mode of Link Aggregation Control Protocol.
See VMwareUplinkLacpModeEnum for valid values.