Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceProfileDiskQuantity
-
Packages that use InstanceProfileDiskQuantity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceProfileDiskQuantity in com.ibm.cloud.is.vpc.v1.model
Subclasses of InstanceProfileDiskQuantity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
InstanceProfileDiskQuantityDependent
The number of disks of this configuration for an instance with this profile depends on its instance configuration.class
InstanceProfileDiskQuantityEnum
The permitted the number of disks of this configuration for an instance with this profile.class
InstanceProfileDiskQuantityFixed
The number of disks of this configuration for an instance with this profile.class
InstanceProfileDiskQuantityRange
The permitted range for the number of disks of this configuration for an instance with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return InstanceProfileDiskQuantity Modifier and Type Method Description InstanceProfileDiskQuantity
InstanceProfileDisk. getQuantity()
Gets the quantity.
-