Uses of Class
com.ibm.cloud.is.vpc.v1.model.ShareProfileCapacity
-
Packages that use ShareProfileCapacity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of ShareProfileCapacity in com.ibm.cloud.is.vpc.v1.model
Subclasses of ShareProfileCapacity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
ShareProfileCapacityDependentRange
The permitted total capacity (in gigabytes) of a share with this profile depends on its configuration.class
ShareProfileCapacityEnum
The permitted total capacities (in gigabytes) of a share with this profile.class
ShareProfileCapacityFixed
The permitted total capacity (in gigabytes) of a share with this profile is fixed.class
ShareProfileCapacityRange
The permitted total capacity range (in gigabytes) of a share with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return ShareProfileCapacity Modifier and Type Method Description ShareProfileCapacity
ShareProfile. getCapacity()
Gets the capacity.
-