VMwareUplinkPortOrderPolicy
VMwareUplinkPortOrderPolicy
This data object type describes uplink port ordering policy for a distributed virtual port.
A uplink port can be in the active list, the standby list, or neither. It cannot be in both lists.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"inherited": false,
"activeUplinkPort": [
"string"
],
"standbyUplinkPort": [
"string"
]
}
array of string
activeUplinkPort
Optional
List of active uplink ports used for load balancing.
array of string
standbyUplinkPort
Optional
Standby uplink ports used for failover.