VMwareDvsLacpGroupConfig
This class defines VMware specific multiple IEEE 802.3ad Dynamic Link Aggregation Control Protocol groups.
{
"_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"
}
The generated key as the identifier for the Link Aggregation group.
The display name.
The mode of Link Aggregation Control Protocol.
See VMwareUplinkLacpModeEnum for valid values.
The number of uplink ports.
Load balance policy.
See VMwareDvsLacpLoadBalanceAlgorithmEnum for valid values.
This class defines the vlan configuration of the Link Aggregation Control Protocol group.
This class defines the ipfix configuration of the Link Aggregation Control Protocol group.
Names for the Uplink Ports in the group.
This property is ignored in an update operation.
Keys for the Uplink Ports in the group.
This property is ignored in an update operation.
The timeout mode of LACP group.
See VMwareUplinkLacpTimeoutModeEnum for valid values.
Since: vSphere API Release 7.0.2.0