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