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