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