public class DiskUsage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
maximumAllowedBytes |
protected java.lang.Long |
usedBytes |
| Constructor and Description |
|---|
DiskUsage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getMaximumAllowedBytes()
Gets the maximumAllowedBytes.
|
java.lang.Long |
getUsedBytes()
Gets the usedBytes.
|
@SerializedName(value="used_bytes") protected java.lang.Long usedBytes
@SerializedName(value="maximum_allowed_bytes") protected java.lang.Long maximumAllowedBytes
public java.lang.Long getUsedBytes()
public java.lang.Long getMaximumAllowedBytes()