Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceProfileMemory
-
Packages that use InstanceProfileMemory Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceProfileMemory in com.ibm.cloud.is.vpc.v1.model
Subclasses of InstanceProfileMemory in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
InstanceProfileMemoryDependent
The memory value for an instance with this profile depends on its configuration.class
InstanceProfileMemoryEnum
The permitted memory values (in gibibytes) for an instance with this profile.class
InstanceProfileMemoryFixed
The memory (in gibibytes) for an instance with this profile.class
InstanceProfileMemoryRange
The permitted memory range (in gibibytes) for an instance with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return InstanceProfileMemory Modifier and Type Method Description InstanceProfileMemory
InstanceProfile. getMemory()
Gets the memory.
-