public class DiskUsage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Long |
getMaximumAllowedBytes()
Gets the maximumAllowedBytes.
|
Long |
getUsedBytes()
Gets the usedBytes.
|
public Long getUsedBytes()
Number of bytes within the environment's disk capacity that are currently used to store data.
public Long getMaximumAllowedBytes()
Total number of bytes available in the environment's disk capacity.
Copyright © 2023 IBM Cloud. All rights reserved.