DvsVmVnicNetworkResourcePoolRuntimeInfo

DvsVmVnicNetworkResourcePoolRuntimeInfo
DvsVmVnicNetworkResourcePoolRuntimeInfo

This class defines the runtime information for the virtual NIC network resource pool

AllOf
This class requires all of the following:
JSON Example
{
    "_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
        }
    ]
}
string
key
Required

The key of the virtual NIC network resource pool

string
name
Optional

The name of the virtual NIC network resource pool

integer As int32 As int32
capacity
Optional

Capacity: Reservation allocated for this Network Resource Pool.

Units in Mbits/s.

integer As int32 As int32
usage
Optional

usage: Reservation taken by all VirtualEthernetCard for which the backing is associdated with this DVSVmVnicNetworkResourcePool.

Units in Mbits/s.

integer As int32 As int32
available
Optional

Available: Current available resource for reservation (capacity - usage).

Units in Mbits/s.

string
status
Required

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.

allocatedResource
Optional

The virtual network adapaters that are currently associated with the resource pool