DVSFailureCriteria

DVSFailureCriteria
DVSFailureCriteria

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

AllOf
This class requires all of the following:
JSON Example
{
    "_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
    }
}
checkSpeed
Optional

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

speed
Optional

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

checkDuplex
Optional

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

fullDuplex
Optional

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

checkErrorPercent
Optional

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

percentage
Optional

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

checkBeacon
Optional

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