PortgroupConfig

PortgroupConfig
PortgroupConfig

This specification contains the network configuration in a port group.

JSON Example
{
    "name": "string",
    "transportType": "string",
    "activeUplinks": [
        "string"
    ],
    "standByUplinks": [
        "string"
    ],
    "policy": "string",
    "supportedTeamingPolicies": {
        "supportedTeamingPolicies": "string"
    },
    "vlanId": 0,
    "mtu": 0
}
string
name
Optional

Port group name

string
transportType
Optional

Port group transport type

array of string
activeUplinks
Optional

List of active uplinks associated with port group

array of string
standByUplinks
Optional

List of standby uplinks associated with port group

string
policy
Optional

The load balancing policy associated with port group

object
supportedTeamingPolicies
Optional

List of supported teaming policies at port group

integer As int32 As int32
vlanId
Optional

The vlan id associated with the port group

integer As int32 As int32
mtu
Optional

The maximum transmission unit (MTU) used for the uplinks associated with the port group

Property Of