public final class DedicatedHostAvailableCapacity extends Object
Constructor and Description |
---|
DedicatedHostAvailableCapacity() |
Modifier and Type | Method and Description |
---|---|
List<DedicatedHostAllocatableVM> |
allocatableVMs()
Get the allocatableVMs property: The unutilized capacity of the dedicated host represented in terms of each VM
size that is allowed to be deployed to the dedicated host.
|
void |
validate()
Validates the instance.
|
DedicatedHostAvailableCapacity |
withAllocatableVMs(List<DedicatedHostAllocatableVM> allocatableVMs)
Set the allocatableVMs property: The unutilized capacity of the dedicated host represented in terms of each VM
size that is allowed to be deployed to the dedicated host.
|
public List<DedicatedHostAllocatableVM> allocatableVMs()
public DedicatedHostAvailableCapacity withAllocatableVMs(List<DedicatedHostAllocatableVM> allocatableVMs)
allocatableVMs
- the allocatableVMs value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.