LacpGroupConfigInfo
{
"key": "string",
"load_balance_algorithm": "string",
"mode": "string",
"name": "string",
"timeout_type": "string",
"uplink_names": [
"string"
],
"uplink_num": 0,
"uplink_port_keys": [
"string"
]
}
The key represents the identifier for the group that is unique across VC.
Load balance algorithm used in LACP group. The possible values are dictated by the values available in VC. Please refer VMwareDvsLacpLoadBalanceAlgorithm documentation for a full list of values. A few examples are srcDestIp where source and destination IP are considered, srcIp where only source IP is considered.
The mode of LACP can be ACTIVE or PASSIVE. If the mode is ACTIVE, LACP is enabled unconditionally. If the mode is PASSIVE, LACP is enabled only if LACP device is detected.
The display name of the LACP group.
To set the lag mode as fast for LACP. By default, it will be slow.
Names for the uplink ports in the group.
The number of uplink ports
Keys for the uplink ports in the group. Each uplink port is assigned a key that is unique across VC.