Uses of Class
com.ibm.cloud.is.vpc.v1.model.VolumeProfileBootCapacity
-
Packages that use VolumeProfileBootCapacity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of VolumeProfileBootCapacity in com.ibm.cloud.is.vpc.v1.model
Subclasses of VolumeProfileBootCapacity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
VolumeProfileBootCapacityDependentRange
The permitted total capacity (in gigabytes) of a boot volume with this profile depends on its configuration.class
VolumeProfileBootCapacityEnum
The permitted total capacities (in gigabytes) of a boot volume with this profile.class
VolumeProfileBootCapacityFixed
The permitted total capacity (in gigabytes) of a boot volume with this profile is fixed.class
VolumeProfileBootCapacityRange
The permitted total capacity range (in gigabytes) of a boot volume with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return VolumeProfileBootCapacity Modifier and Type Method Description VolumeProfileBootCapacity
VolumeProfile. getBootCapacity()
Gets the bootCapacity.
-