PortgroupSpec
PortgroupSpec
This specification contains vCenter port group configurations
JSON Example
{
"name": "string",
"transportType": "One among: VSAN, VMOTION, MANAGEMENT, PUBLIC, NFS, VREALIZE, ISCSI, EDGE_INFRA_OVERLAY_UPLINK, VM_MANAGEMENT, VSAN_EXTERNAL",
"activeUplinks": [
"string"
],
"standByUplinks": [
"string"
],
"teamingPolicy": "One among:loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, loadbalance_loadbased"
}
string
name
Required
Constraints:
minLength: 0
maxLength: 80
Port group name
string
transportType
Required
Port group transport type
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
As (loadbalance_ip|loadbalance_srcmac|loadbalance_srcid|failover_explicit|loadbalance_loadbased)
teamingPolicy
Optional
The teaming policy associated with the portgroup.