DvsVmVnicNetworkResourcePoolRuntimeInfo
This class defines the runtime information for the virtual NIC network resource pool
{
"_typeName": "string",
"key": "string",
"name": "string",
"capacity": 0,
"usage": 0,
"available": 0,
"status": "string",
"allocatedResource": [
{
"_typeName": "string",
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"vnicKey": "string",
"reservation": 0
}
]
}
The key of the virtual NIC network resource pool
The name of the virtual NIC network resource pool
Capacity: Reservation allocated for this Network Resource Pool.
Units in Mbits/s.
usage: Reservation taken by all VirtualEthernetCard for which the backing is associdated with this DVSVmVnicNetworkResourcePool.
Units in Mbits/s.
Available: Current available resource for reservation (capacity - usage).
Units in Mbits/s.
The status of the virtual NIC network resource pool See ManagedEntityStatusEnum for possible values
red indicates that the reservations used by all the virtual network adapters belonging to this resource pool exceeds the total reservation quota allocated to the resource pool. This can happen due to failure of one or more uplink or if the user bypasses VirtualCenter and powers on VMs directly on host. The reservation of one or more virtual network adapters cannot be guaranteed and corrective action needs to be taken by the user.
green indicates that the resource pool is in good state. The reservations for all virtual network adapters can be fulfilled.
The virtual network adapaters that are currently associated with the resource pool