Package version:

Interface DedicatedHostAvailableCapacity

Dedicated host unutilized capacity.

interface DedicatedHostAvailableCapacity {
    allocatableVMs?: DedicatedHostAllocatableVM[];
}

Properties

Properties

allocatableVMs?: DedicatedHostAllocatableVM[]

The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host.