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