SubgroupNodeAvailabilityEntry Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. SubgroupNodeAvailabilityEntry
- com.
Implements
public final class SubgroupNodeAvailabilityEntry
implements JsonSerializable<SubgroupNodeAvailabilityEntry>
Represents the node availability information for a single subgroup.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
count()
Get the count property: The total node count for the subgroup. |
|
static
Subgroup |
fromJson(JsonReader jsonReader)
Reads an instance of Subgroup |
| Integer |
inServiceNodeCount()
Get the in |
| String |
internalSubgroupId()
Get the internal |
| Integer |
inUseNodeCount()
Get the in |
| String |
name()
Get the name property: The subgroup name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
count
public Integer count()
Get the count property: The total node count for the subgroup.
Returns:
fromJson
public static SubgroupNodeAvailabilityEntry fromJson(JsonReader jsonReader)
Reads an instance of SubgroupNodeAvailabilityEntry from the JsonReader.
Parameters:
Returns:
Throws:
inServiceNodeCount
public Integer inServiceNodeCount()
Get the inServiceNodeCount property: The number of nodes that are in service.
Returns:
internalSubgroupId
public String internalSubgroupId()
Get the internalSubgroupId property: The unique identifier of the subgroup.
Returns:
inUseNodeCount
public Integer inUseNodeCount()
Get the inUseNodeCount property: The number of nodes that are currently in use.
Returns:
name
public String name()
Get the name property: The subgroup name.
Returns:
toJson
validate
public void validate()
Validates the instance.