Vcenter Host Hardware DirectPathDevices VmClassInfo

Vcenter Host Hardware DirectPathDevices VmClassInfo
Vcenter Host Hardware DirectPathDevices VmClassInfo

The Vcenter Host Hardware DirectPathDevices VmClassInfo schema provides information about VmClass using resources provided by a given DirectPath device.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "zone": "string",
    "zone_name": "string",
    "vm_class": "string",
    "dpp_id": "string",
    "vm_class_reserved_in_use": 0,
    "vm_class_reserved_total": 0
}
string
zone
Optional

The zone associated with the VMClasses using resources from the device.

This property was added in vSphere API 9.1.0.0.

if missing or null, then this information is not available.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.

string
zone_name
Optional

Zone name.

This property was added in vSphere API 9.1.0.0.

if missing or null, then this information is not available.

string
vm_class
Required

VirtualMachineClass name.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.VirtualMachineClass. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.VirtualMachineClass.

string
dpp_id
Optional

DirectPathProfile Id associated with this usage.

This property was added in vSphere API 9.1.0.0.

if missing or null, then this information is not available.

integer As int64 As int64
vm_class_reserved_in_use
Optional

Reservations in use for the VirtualMachineClass in the cluster the host belongs to.

This property was added in vSphere API 9.1.0.0.

if missing or null, then this information is not available.

integer As int64 As int64
vm_class_reserved_total
Optional

Total number of reservations done for the VMClass in the cluster the host belongs to.

This property was added in vSphere API 9.1.0.0.

if missing or null, then this information is not available.