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()
Number of bytes within the environment's disk capacity that are currently used to store data.
public java.lang.Long getMaximumAllowedBytes()
Total number of bytes available in the environment's disk capacity.