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