DVSNetworkResourceManagementCapability

DVSNetworkResourceManagementCapability
DVSNetworkResourceManagementCapability

Dataobject representing the feature capabilities of network resource management supported by the vSphere Distributed Switch.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "networkResourceManagementSupported": false,
    "networkResourcePoolHighShareValue": 0,
    "qosSupported": false,
    "userDefinedNetworkResourcePoolsSupported": false,
    "networkResourceControlVersion3Supported": false,
    "userDefinedInfraTrafficPoolSupported": false
}
boolean
networkResourceManagementSupported
Required

Indicates whether network I/O control is supported on the vSphere Distributed Switch.

Network I/O control is supported in vSphere Distributed Switch Version 4.1 or later.

integer As int32 As int32
networkResourcePoolHighShareValue
Required

High share level (SharesLevelEnum.high) for DVSNetworkResourcePoolAllocationInfo.shares.

The networkResourcePoolHighshareValue property implicitly defines the legal range of share values to be between 1 and this value. This property also defines values for other level types, such as normal being one half of this value and low being one fourth of this value. This feature is supported in vSphere Distributed Switch Version 4.1 or later.

boolean
qosSupported
Required

Indicates whether Qos Tag(802.1p priority tag)is supported on the vSphere Distributed Switch.

Qos Tag is supported in vSphere Distributed Switch Version 5.0 or later.

boolean
userDefinedNetworkResourcePoolsSupported
Required

Indicates whether the switch supports creating user defined resource pools.

This feature is supported in vSphere Distributed Switch Version 5.0 or later.

boolean
networkResourceControlVersion3Supported
Optional

Flag to indicate whether Network Resource Control version 3 is supported.

The API supported by Network Resouce Control version 3 include:

  1. VM virtual NIC network resource specification VirtualEthernetCardResourceAllocation
  2. VM virtual NIC network resource pool specification DVSVmVnicNetworkResourcePool
  3. Host infrastructure traffic network resource specification DvsHostInfrastructureTrafficResource

Network Resource Control version 3 is supported for Switch Version 6.0 or later.

boolean
userDefinedInfraTrafficPoolSupported
Optional

Indicates whether user defined infrastructure traffic pool supported in vSphere Distributed Switch.