VMwareDvsLacpGroupConfig

VMwareDvsLacpGroupConfig
VMwareDvsLacpGroupConfig

This class defines VMware specific multiple IEEE 802.3ad Dynamic Link Aggregation Control Protocol groups.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
}
string
key
Optional

The generated key as the identifier for the Link Aggregation group.

string
name
Optional

The display name.

string
mode
Optional

The mode of Link Aggregation Control Protocol.

See VMwareUplinkLacpModeEnum for valid values.

integer As int32 As int32
uplinkNum
Optional

The number of uplink ports.

string
loadbalanceAlgorithm
Optional

Load balance policy.

See VMwareDvsLacpLoadBalanceAlgorithmEnum for valid values.

vlan
Optional

This class defines the vlan configuration of the Link Aggregation Control Protocol group.

ipfix
Optional

This class defines the ipfix configuration of the Link Aggregation Control Protocol group.

array of string
uplinkName
Optional

Names for the Uplink Ports in the group.

This property is ignored in an update operation.

array of string
uplinkPortKey
Optional

Keys for the Uplink Ports in the group.

This property is ignored in an update operation.

string
timeoutMode
Optional

The timeout mode of LACP group.

See VMwareUplinkLacpTimeoutModeEnum for valid values.

Since: vSphere API Release 7.0.2.0