Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceProfileBandwidth
-
Packages that use InstanceProfileBandwidth Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceProfileBandwidth in com.ibm.cloud.is.vpc.v1.model
Subclasses of InstanceProfileBandwidth in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
InstanceProfileBandwidthDependent
The total bandwidth shared across the network attachments or network interfaces and storage volumes of an instance with this profile depends on its configuration.class
InstanceProfileBandwidthEnum
The permitted total bandwidth values (in megabits per second) shared across the network attachments or network interfaces and storage volumes of an instance with this profile.class
InstanceProfileBandwidthFixed
The total bandwidth (in megabits per second) shared across the network attachments or network interfaces and storage volumes of an instance with this profile.class
InstanceProfileBandwidthRange
The permitted total bandwidth range (in megabits per second) shared across the network attachments or network interfaces and storage volumes of an instance with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return InstanceProfileBandwidth Modifier and Type Method Description InstanceProfileBandwidth
InstanceProfile. getBandwidth()
Gets the bandwidth.
-