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

The string type of setting or configuration that may get an inherited value.

reversePolicy
Optional

The boolean type of setting or configuration that may get an inherited value.

notifySwitches
Optional

The boolean type of setting or configuration that may get an inherited value.

rollingOrder
Optional

The boolean type of setting or configuration that may get an inherited value.

failureCriteria
Optional

This data object type describes the network adapter failover detection algorithm for a network adapter team.

uplinkPortOrder
Optional

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.