InterconnectBlockInstanceView Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. InterconnectBlockInstanceView
- com.
Implements
public final class InterconnectBlockInstanceView
implements JsonSerializable<InterconnectBlockInstanceView>
The instance view of an Interconnect Block.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
currentCapacity()
Get the current |
|
static
Interconnect |
fromJson(JsonReader jsonReader)
Reads an instance of Interconnect |
|
List<Instance |
statuses()
Get the statuses property: The resource status information. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
currentCapacity
public Integer currentCapacity()
Get the currentCapacity property: The current capacity allocated for this Interconnect Block.
Returns:
fromJson
public static InterconnectBlockInstanceView fromJson(JsonReader jsonReader)
Reads an instance of InterconnectBlockInstanceView from the JsonReader.
Parameters:
Returns:
Throws:
statuses
public List<InstanceViewStatus> statuses()
Get the statuses property: The resource status information.
Returns:
toJson
validate
public void validate()
Validates the instance.