LACPInfo

LACPInfo
LACPInfo

This class describes the LACP information configured on the ESXi host.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dvsName": "string",
    "lags": [
        {
            "_typeName": "string",
            "lagName": "string",
            "groupState": 0,
            "vnics": [
                "string"
            ],
            "uplinks": [
                {
                    "_typeName": "string",
                    "uplinkName": "string",
                    "portState": 0,
                    "bundleState": "string"
                }
            ]
        }
    ]
}
string
dvsName
Required

The DVS name.

array of LAGInfo
lags
Optional

The information of LAGs configured in LACP.