Vcenter NamespaceManagement Supervisors Zones Bindings VirtualMachineClassAllocationInfo

Vcenter NamespaceManagement Supervisors Zones Bindings VirtualMachineClassAllocationInfo
Vcenter NamespaceManagement Supervisors Zones Bindings VirtualMachineClassAllocationInfo

The Vcenter NamespaceManagement Supervisors Zones Bindings VirtualMachineClassAllocationInfo schema contains information describing desired allocation.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "cluster_allocation": {
        "cluster_allocation": {
            "reserved": 0,
            "used": 0
        }
    },
    "reserved_vm_class": "string",
    "count": 0
}
object
cluster_allocation
Optional

A list of vSphere Cluster identifiers in a vSphere Zone and capacities of the Virtual Machine class in each vSphere Cluster

This property was added in vSphere API 9.1.0.0.

If unset the Virtual Machine Class is not allocated to a vSphere Cluster in a vSphere Zone.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: ClusterComputeResource.

string
reserved_vm_class
Required

Identifier of the Virtual Machine class used for allocation.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
count
Required

Number of instances of given Virtual Machine class.

This property was added in vSphere API 9.0.0.0.