public class DedicatedHostAvailableCapacity extends Object
| Constructor and Description |
|---|
DedicatedHostAvailableCapacity() |
| Modifier and Type | Method and Description |
|---|---|
List<DedicatedHostAllocatableVM> |
allocatableVMs()
Get the unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host.
|
DedicatedHostAvailableCapacity |
withAllocatableVMs(List<DedicatedHostAllocatableVM> allocatableVMs)
Set 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/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/