VmwareUplinkPortTeamingPolicy

VmwareUplinkPortTeamingPolicy
VmwareUplinkPortTeamingPolicy

Policy for a uplink port team.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "inherited": false,
    "policy": {
        "_typeName": "string",
        "inherited": false,
        "value": "string"
    },
    "reversePolicy": {
        "_typeName": "string",
        "inherited": false,
        "value": false
    },
    "notifySwitches": {
        "_typeName": "string",
        "inherited": false,
        "value": false
    },
    "rollingOrder": {
        "_typeName": "string",
        "inherited": false,
        "value": false
    },
    "failureCriteria": {
        "_typeName": "string",
        "inherited": false,
        "checkSpeed": {
            "_typeName": "string",
            "inherited": false,
            "value": "string"
        },
        "speed": {
            "_typeName": "string",
            "inherited": false,
            "value": 0
        },
        "checkDuplex": {
            "_typeName": "string",
            "inherited": false,
            "value": false
        },
        "fullDuplex": {
            "_typeName": "string",
            "inherited": false,
            "value": false
        },
        "checkErrorPercent": {
            "_typeName": "string",
            "inherited": false,
            "value": false
        },
        "percentage": {
            "_typeName": "string",
            "inherited": false,
            "value": 0
        },
        "checkBeacon": {
            "_typeName": "string",
            "inherited": false,
            "value": false
        }
    },
    "uplinkPortOrder": {
        "_typeName": "string",
        "inherited": false,
        "activeUplinkPort": [
            "string"
        ],
        "standbyUplinkPort": [
            "string"
        ]
    }
}
policy
Optional

Network adapter teaming policy.

The policy defines the way traffic from the clients of the team is routed through the different uplinks in the team. The policies supported on the VDS platform is one of nicTeamingPolicy.

reversePolicy
Optional

The flag to indicate whether or not the teaming policy is applied to inbound frames as well.

Also see reversePolicy

notifySwitches
Optional

Flag to specify whether or not to notify the physical switch if a link fails.

Also see notifySwitches

rollingOrder
Optional

The flag to indicate whether or not to use a rolling policy when restoring links.

Also see rollingOrder

failureCriteria
Optional

Failover detection policy for the uplink port team.

uplinkPortOrder
Optional

Failover order policy for uplink ports on the hosts.