VirtualEthernetCardResourceAllocation
VirtualEthernetCardResourceAllocation
This class specifies the network resource requirement.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"reservation": 0,
"share": {
"_typeName": "string",
"shares": 0,
"level": "string"
},
"limit": 0
}
integer As int64
As int64
reservation
Optional
share
Required
Network share.
The value is used as a relative weight in competing for shared bandwidth, in case of resource contention.
integer As int64
As int64
limit
Optional
The bandwidth limit for the virtual network adapter.
The utilization of the virtual network adapter will not exceed this limit, even if there are available resources. To clear the value of this property and revert it to unset, set the vaule to "-1" in an update operation. Units in Mbits/sec.