NSX-T Data Center REST API

TeamingPolicy (type) (Deprecated)

{
  "deprecated": true,
  "id": "TeamingPolicy",
  "module_id": "UplinkHostSwitchProfile",
  "properties": {
    "active_list": {
      "items": {
        "$ref": "Uplink"
      },
      "required": true,
      "title": "List of Uplinks used in active list",
      "type": "array"
    },
    "policy": {
      "enum": [
        "FAILOVER_ORDER",
        "LOADBALANCE_SRCID",
        "LOADBALANCE_SRC_MAC"
      ],
      "required": true,
      "title": "Teaming policy",
      "type": "string"
    },
    "rolling_order": {
      "required": false,
      "title": "Flag for preemptive mode",
      "type": "boolean"
    },
    "standby_list": {
      "items": {
        "$ref": "Uplink"
      },
      "required": false,
      "title": "List of Uplinks used in standby list",
      "type": "array"
    }
  },
  "title": "Uplink Teaming Policy",
  "type": "object"
}