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