LacpGroupConfigInfo

LacpGroupConfigInfo
LacpGroupConfigInfo
JSON Example
{
    "key": "string",
    "load_balance_algorithm": "string",
    "mode": "string",
    "name": "string",
    "timeout_type": "string",
    "uplink_names": [
        "string"
    ],
    "uplink_num": 0,
    "uplink_port_keys": [
        "string"
    ]
}
string
key
Optional

The key represents the identifier for the group that is unique across VC.

string
load_balance_algorithm
Optional

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.

string
mode
Optional

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.

Possible values are : ACTIVE, PASSIVE,
string
name
Optional

The display name of the LACP group.

string
timeout_type
Optional
Constraints: default: SLOW

To set the lag mode as fast for LACP. By default, it will be slow.

Possible values are : FAST, SLOW,
array of string
uplink_names
Optional

Names for the uplink ports in the group.

integer As int64 As int64
uplink_num
Optional

The number of uplink ports

array of string
uplink_port_keys
Optional

Keys for the uplink ports in the group. Each uplink port is assigned a key that is unique across VC.

Property Of