Class DedicatedHostAllocatableVM
java.lang.Object
com.microsoft.azure.management.compute.DedicatedHostAllocatableVM
Represents the dedicated host unutilized capacity in terms of a specific VM
size.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncount()
Get maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.vmSize()
Get vM size in terms of which the unutilized capacity is represented.Set maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.withVmSize
(String vmSize) Set vM size in terms of which the unutilized capacity is represented.
-
Constructor Details
-
DedicatedHostAllocatableVM
public DedicatedHostAllocatableVM()
-
-
Method Details
-
vmSize
Get vM size in terms of which the unutilized capacity is represented.- Returns:
- the vmSize value
-
withVmSize
Set vM size in terms of which the unutilized capacity is represented.- Parameters:
vmSize
- the vmSize value to set- Returns:
- the DedicatedHostAllocatableVM object itself.
-
count
Get maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.- Returns:
- the count value
-
withCount
Set maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.- Parameters:
count
- the count value to set- Returns:
- the DedicatedHostAllocatableVM object itself.
-