LAGInfo

LAGInfo
LAGInfo

This class describes the LAG information.

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

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

The LAG name.

integer As int32 As int32
groupState
Required

The group state of LAG.

array of string
vnics
Optional

The name list of vSAN vmknics configured in the LAG.

uplinks
Optional

The information of uplinks configured in the LAG.