DedicatedHostAllocatableVM Class

Represents the dedicated host unutilized capacity in terms of a specific VM size.

Constructor

DedicatedHostAllocatableVM(*args: Any, **kwargs: Any)

Variables

Name Description
vm_size
str

VM size in terms of which the unutilized capacity is represented.

count

Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.

Attributes

count

Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.

count: float | None

vm_size

VM size in terms of which the unutilized capacity is represented.

vm_size: str | None