Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceProfileDiskSize
-
Packages that use InstanceProfileDiskSize Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceProfileDiskSize in com.ibm.cloud.is.vpc.v1.model
Subclasses of InstanceProfileDiskSize in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
InstanceProfileDiskSizeDependent
The disk size in GB (gigabytes) of this configuration for an instance with this profile depends on its instance configuration.class
InstanceProfileDiskSizeEnum
The permitted disk size in GB (gigabytes) of this configuration for an instance with this profile.class
InstanceProfileDiskSizeFixed
The size of the disk in GB (gigabytes).class
InstanceProfileDiskSizeRange
The permitted range for the disk size of this configuration in GB (gigabytes) for an instance with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return InstanceProfileDiskSize Modifier and Type Method Description InstanceProfileDiskSize
InstanceProfileDisk. getSize()
Gets the size.
-