Uses of Class
com.ibm.cloud.is.vpc.v1.model.VolumeProfileBandwidth
-
Packages that use VolumeProfileBandwidth Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of VolumeProfileBandwidth in com.ibm.cloud.is.vpc.v1.model
Subclasses of VolumeProfileBandwidth in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
VolumeProfileBandwidthDependent
The maximum bandwidth (in Mbps) of a volume with this profile depends on its configuration.class
VolumeProfileBandwidthDependentRange
The maximum bandwidth (in Mbps) of a volume with this profile varies depending on its configuration.class
VolumeProfileBandwidthEnum
The available maximum bandwidth values (in Mbps) of a volume with this profile.class
VolumeProfileBandwidthFixed
The maximum bandwidth (in Mbps) of a volume with this profile is fixed.class
VolumeProfileBandwidthRange
The maximum bandwidth range (in Mbps) of a volume with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return VolumeProfileBandwidth Modifier and Type Method Description VolumeProfileBandwidth
VolumeProfile. getBandwidth()
Gets the bandwidth.
-