HostPnicNetworkResourceInfo
HostPnicNetworkResourceInfo
This data type describes the avaialable capacity for VM traffic on a physical NIC
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"pnicDevice": "string",
"availableBandwidthForVMTraffic": 0,
"unusedBandwidthForVMTraffic": 0,
"placedVirtualNics": [
{
"_typeName": "string",
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"vnicKey": "string",
"reservation": 0
}
]
}
string
pnicDevice
Required
The physical NIC device
integer As int64 As int64
availableBandwidthForVMTraffic
Optional
The total bandwidth available for VM traffic
integer As int64 As int64
unusedBandwidthForVMTraffic
Optional
The unused bandwidth for VM traffic
array of HostPlacedVirtualNicIdentifier
placedVirtualNics
Optional
The connected virtual NICs of powered on Virtual Machines that are placed on this physical NIC