DvsHostInfrastructureTrafficResource

DvsHostInfrastructureTrafficResource
DvsHostInfrastructureTrafficResource

This class defines the resource allocation for a host infrastructure traffic class on a physical NIC

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "description": "string",
    "allocationInfo": {
        "_typeName": "string",
        "limit": 0,
        "shares": {
            "_typeName": "string",
            "shares": 0,
            "level": "string"
        },
        "reservation": 0
    }
}
string
key
Required

The key of the host infrastructure resource.

Possible value can be of DistributedVirtualSwitchHostInfrastructureTrafficClassEnum.

string
description
Optional

The description of the host infrastructure resource.

This property is ignored for update operation.

allocationInfo
Required

Resource allocation information for a host infrastructure traffic class.