Uses of Class
com.ibm.cloud.is.vpc.v1.model.DedicatedHostProfileMemory
-
Packages that use DedicatedHostProfileMemory Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of DedicatedHostProfileMemory in com.ibm.cloud.is.vpc.v1.model
Subclasses of DedicatedHostProfileMemory in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
DedicatedHostProfileMemoryDependent
The memory value for a dedicated host with this profile depends on its configuration.class
DedicatedHostProfileMemoryEnum
The permitted memory values (in gibibytes) for a dedicated host with this profile.class
DedicatedHostProfileMemoryFixed
The memory (in gibibytes) for a dedicated host with this profile.class
DedicatedHostProfileMemoryRange
The permitted memory range (in gibibytes) for a dedicated host with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return DedicatedHostProfileMemory Modifier and Type Method Description DedicatedHostProfileMemory
DedicatedHostProfile. getMemory()
Gets the memory.
-