Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceProfileGPUMemory
-
Packages that use InstanceProfileGPUMemory Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceProfileGPUMemory in com.ibm.cloud.is.vpc.v1.model
Subclasses of InstanceProfileGPUMemory in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
InstanceProfileGPUMemoryDependent
The overall GPU memory value for an instance with this profile depends on its configuration.class
InstanceProfileGPUMemoryEnum
The permitted overall GPU memory values in GiB (gibibytes) for an instance with this profile.class
InstanceProfileGPUMemoryFixed
The overall GPU memory in GiB (gibibytes) for an instance with this profile.class
InstanceProfileGPUMemoryRange
The permitted overall GPU memory range in GiB (gibibytes) for an instance with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return InstanceProfileGPUMemory Modifier and Type Method Description InstanceProfileGPUMemory
InstanceProfile. getGpuMemory()
Gets the gpuMemory.
-