SkuCapacity Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. SkuCapacity
- com.
Implements
public final class SkuCapacity
implements JsonSerializable<SkuCapacity>
Capacity of the sku.
Constructor Summary
| Constructor | Description |
|---|---|
| SkuCapacity() |
Creates an instance of Sku |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sku |
fromJson(JsonReader jsonReader)
Reads an instance of Sku |
| String |
maximum()
Get the maximum property: Maximum capacity in TB. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
usable()
Get the usable property: Usable capacity in TB. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SkuCapacity
public SkuCapacity()
Creates an instance of SkuCapacity class.
Method Details
fromJson
public static SkuCapacity fromJson(JsonReader jsonReader)
Reads an instance of SkuCapacity from the JsonReader.
Parameters:
Returns:
Throws:
maximum
public String maximum()
Get the maximum property: Maximum capacity in TB.
Returns:
toJson
usable
public String usable()
Get the usable property: Usable capacity in TB.
Returns:
validate
public void validate()
Validates the instance.