DedicatedHostGroupInstanceView Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. DedicatedHostGroupInstanceView
- com.
Implements
public final class DedicatedHostGroupInstanceView
implements JsonSerializable<DedicatedHostGroupInstanceView>
The DedicatedHostGroupInstanceView model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dedicated |
fromJson(JsonReader jsonReader)
Reads an instance of Dedicated |
|
List<Dedicated |
hosts()
Get the hosts property: List of instance view of the dedicated hosts under the dedicated host group. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DedicatedHostGroupInstanceView fromJson(JsonReader jsonReader)
Reads an instance of DedicatedHostGroupInstanceView from the JsonReader.
Parameters:
Returns:
Throws:
hosts
public List<DedicatedHostInstanceViewWithName> hosts()
Get the hosts property: List of instance view of the dedicated hosts under the dedicated host group.
Returns:
toJson
validate
public void validate()
Validates the instance.