PortgroupSpec

PortgroupSpec
PortgroupSpec

This specification contains vCenter port group configurations

JSON Example
{
    "activeUplinks": [
        "string"
    ],
    "standByUplinks": [
        "string"
    ],
    "teamingPolicy": "One among: loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, loadbalance_loadbased",
    "name": "string",
    "transportType": "One among: VSAN, VMOTION, MANAGEMENT, PUBLIC, NFS, VREALIZE, ISCSI, EDGE_INFRA_OVERLAY_UPLINK, VM_MANAGEMENT"
}
array of string
activeUplinks
Optional

The list of active uplinks associated with portgroup

array of string
standByUplinks
Optional

The list of standby uplinks associated with portgroup

string
teamingPolicy
Optional

The teaming policy associated with the portgroup.

string
name
Required

Port group name

string
transportType
Required

Port group transport type

Property Of