Uses of Class
com.oracle.bmc.core.model.AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket
-
Packages that use AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket Package Description com.oracle.bmc.core.model -
-
Uses of AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket Modifier and Type Method Description static AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket
AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket. create(String key)
AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket
AmdRomeBmLaunchInstancePlatformConfig. getNumaNodesPerSocket()
The number of NUMA nodes per socket (NPS).static AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket
AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket. valueOf(String name)
Returns the enum constant of this type with the specified name.static AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket[]
AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket Modifier and Type Method Description AmdRomeBmLaunchInstancePlatformConfig.Builder
AmdRomeBmLaunchInstancePlatformConfig.Builder. numaNodesPerSocket(AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket numaNodesPerSocket)
The number of NUMA nodes per socket (NPS).Constructors in com.oracle.bmc.core.model with parameters of type AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket Constructor Description AmdRomeBmLaunchInstancePlatformConfig(Boolean isSecureBootEnabled, Boolean isTrustedPlatformModuleEnabled, Boolean isMeasuredBootEnabled, Boolean isMemoryEncryptionEnabled, AmdRomeBmLaunchInstancePlatformConfig.NumaNodesPerSocket numaNodesPerSocket, Boolean isSymmetricMultiThreadingEnabled, Boolean isAccessControlServiceEnabled, Boolean areVirtualInstructionsEnabled, Boolean isInputOutputMemoryManagementUnitEnabled, Integer percentageOfCoresEnabled, Map<String,String> configMap)
Deprecated.
-