DedicatedHostAvailableCapacity Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. DedicatedHostAvailableCapacity
- com.
Implements
public final class DedicatedHostAvailableCapacity
implements JsonSerializable<DedicatedHostAvailableCapacity>
Dedicated host unutilized capacity.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Dedicated |
allocatableVMs()
Get the allocatable |
|
static
Dedicated |
fromJson(JsonReader jsonReader)
Reads an instance of Dedicated |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
allocatableVMs
public 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.
Returns:
fromJson
public static DedicatedHostAvailableCapacity fromJson(JsonReader jsonReader)
Reads an instance of DedicatedHostAvailableCapacity from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.