Uses of Class
com.ibm.cloud.is.vpc.v1.model.VolumeProfileCapacity
-
Packages that use VolumeProfileCapacity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of VolumeProfileCapacity in com.ibm.cloud.is.vpc.v1.model
Subclasses of VolumeProfileCapacity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
VolumeProfileCapacityDependentRange
The permitted total capacity (in gigabytes) of a data volume with this profile depends on its configuration.class
VolumeProfileCapacityEnum
The permitted total capacities (in gigabytes) of a data volume with this profile.class
VolumeProfileCapacityFixed
The permitted total capacity (in gigabytes) of a data volume with this profile is fixed.class
VolumeProfileCapacityRange
The permitted total capacity range (in gigabytes) of a data volume with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return VolumeProfileCapacity Modifier and Type Method Description VolumeProfileCapacity
VolumeProfile. getCapacity()
Gets the capacity.
-