DVSCapability

DVSCapability
DVSCapability

The DVSCapability data object describes the distributed virtual switch features and indicates the level of configuration that is allowed.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dvsOperationSupported": false,
    "dvPortGroupOperationSupported": false,
    "dvPortOperationSupported": false,
    "compatibleHostComponentProductInfo": [
        {
            "_typeName": "string",
            "productLineId": "string",
            "version": "string"
        }
    ],
    "featuresSupported": {
        "_typeName": "string",
        "networkResourceManagementSupported": false,
        "vmDirectPathGen2Supported": false,
        "nicTeamingPolicy": [
            "string"
        ],
        "networkResourcePoolHighShareValue": 0,
        "networkResourceManagementCapability": {
            "_typeName": "string",
            "networkResourceManagementSupported": false,
            "networkResourcePoolHighShareValue": 0,
            "qosSupported": false,
            "userDefinedNetworkResourcePoolsSupported": false,
            "networkResourceControlVersion3Supported": false,
            "userDefinedInfraTrafficPoolSupported": false
        },
        "healthCheckCapability": {
            "_typeName": "string"
        },
        "rollbackCapability": {
            "_typeName": "string",
            "rollbackSupported": false
        },
        "backupRestoreCapability": {
            "_typeName": "string",
            "backupRestoreSupported": false
        },
        "networkFilterSupported": false,
        "macLearningSupported": false
    }
}
boolean
dvsOperationSupported
Optional

Indicates whether this switch allows vCenter users to modify the switch configuration at the switch level, except for host member, policy, and scope operations.

boolean
dvPortGroupOperationSupported
Optional

Indicates whether this switch allows vCenter users to modify the switch configuration at the portgroup level, except for host member, policy, and scope operations.

boolean
dvPortOperationSupported
Optional

Indicates whether this switch allows vCenter users to modify the switch configuration at the port level, except for host member, policy, and scope operations.

compatibleHostComponentProductInfo
Optional

List of host component product information that is compatible with the current switch implementation.

featuresSupported
Optional

Indicators for which version-specific distributed virtual switch features are available on this switch.

This information is read-only, with the following exception. For a third-party distributed switch implementation, you can set the property DVSFeatureCapability.DVSFeatureCapability.vmDirectPathGen2Supported during switch creation or when you call the DistributedVirtualSwitch.UpdateDvsCapability method.