Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceProfileGPU
-
Packages that use InstanceProfileGPU Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceProfileGPU in com.ibm.cloud.is.vpc.v1.model
Subclasses of InstanceProfileGPU in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
InstanceProfileGPUDependent
The GPU count for an instance with this profile depends on its configuration.class
InstanceProfileGPUEnum
The permitted GPU count values for an instance with this profile.class
InstanceProfileGPUFixed
The GPU count for an instance with this profile.class
InstanceProfileGPURange
The permitted GPU count range for an instance with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return InstanceProfileGPU Modifier and Type Method Description InstanceProfileGPU
InstanceProfile. getGpuCount()
Gets the gpuCount.
-