Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceProfileVolumeBandwidth
-
Packages that use InstanceProfileVolumeBandwidth Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceProfileVolumeBandwidth in com.ibm.cloud.is.vpc.v1.model
Subclasses of InstanceProfileVolumeBandwidth in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
InstanceProfileVolumeBandwidthDependent
The storage bandwidth shared across the storage volumes of an instance with this profile depends on its configuration.class
InstanceProfileVolumeBandwidthEnum
The permitted storage bandwidth values (in megabits per second) shared across the storage volumes of an instance with this profile.class
InstanceProfileVolumeBandwidthFixed
The storage bandwidth (in megabits per second) shared across the storage volumes of an instance with this profile.class
InstanceProfileVolumeBandwidthRange
The permitted storage bandwidth range (in megabits per second) shared across the storage volumes of an instance with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return InstanceProfileVolumeBandwidth Modifier and Type Method Description InstanceProfileVolumeBandwidth
InstanceProfile. getTotalVolumeBandwidth()
Gets the totalVolumeBandwidth.
-