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