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