public final class StorageTierInfo extends Object
Constructor and Description |
---|
StorageTierInfo(String storageTierAlias,
long capacityBytes,
long usedBytes)
Instantiates a new Storage tier info.
|
Modifier and Type | Method and Description |
---|---|
String |
getCapacity()
Gets capacity.
|
String |
getFreeCapacity()
Gets free capacity.
|
int |
getFreeSpacePercent()
Gets free space percent.
|
String |
getStorageTierAlias()
Gets storage tier alias.
|
String |
getUsedCapacity()
Gets used capacity.
|
int |
getUsedSpacePercent()
Gets used space percent.
|
public StorageTierInfo(String storageTierAlias, long capacityBytes, long usedBytes)
storageTierAlias
- the storage tier aliascapacityBytes
- the capacity bytesusedBytes
- the used bytespublic String getStorageTierAlias()
public String getCapacity()
public String getFreeCapacity()
public int getFreeSpacePercent()
public String getUsedCapacity()
public int getUsedSpacePercent()
Copyright © 2023. All Rights Reserved.