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.NumaNodesPerSocketInstanceConfigurationGenericBmLaunchInstancePlatformConfig.NumaNodesPerSocket. create(String key)InstanceConfigurationGenericBmLaunchInstancePlatformConfig.NumaNodesPerSocketInstanceConfigurationGenericBmLaunchInstancePlatformConfig. getNumaNodesPerSocket()The number of NUMA nodes per socket (NPS).static InstanceConfigurationGenericBmLaunchInstancePlatformConfig.NumaNodesPerSocketInstanceConfigurationGenericBmLaunchInstancePlatformConfig.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.BuilderInstanceConfigurationGenericBmLaunchInstancePlatformConfig.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.
-