Uses of Class
com.ibm.cloud.is.vpc.v1.model.BareMetalServerProfileMemory
-
Packages that use BareMetalServerProfileMemory Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of BareMetalServerProfileMemory in com.ibm.cloud.is.vpc.v1.model
Subclasses of BareMetalServerProfileMemory in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
BareMetalServerProfileMemoryDependent
The memory value for a bare metal server with this profile depends on its configuration.class
BareMetalServerProfileMemoryEnum
The permitted memory values (in gibibytes) for a bare metal server with this profile.class
BareMetalServerProfileMemoryFixed
The memory (in gibibytes) for a bare metal server with this profile.class
BareMetalServerProfileMemoryRange
The permitted memory range (in gibibytes) for a bare metal server with this profile.Methods in com.ibm.cloud.is.vpc.v1.model that return BareMetalServerProfileMemory Modifier and Type Method Description BareMetalServerProfileMemory
BareMetalServerProfile. getMemory()
Gets the memory.
-