Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket |
IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket.create(String key) |
IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket |
IntelIcelakeBmLaunchInstancePlatformConfig.getNumaNodesPerSocket()
The number of NUMA nodes per socket (NPS).
|
static IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket |
IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket[] |
IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IntelIcelakeBmLaunchInstancePlatformConfig.Builder |
IntelIcelakeBmLaunchInstancePlatformConfig.Builder.numaNodesPerSocket(IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket numaNodesPerSocket)
The number of NUMA nodes per socket (NPS).
|
Constructor and Description |
---|
IntelIcelakeBmLaunchInstancePlatformConfig(Boolean isSecureBootEnabled,
Boolean isTrustedPlatformModuleEnabled,
Boolean isMeasuredBootEnabled,
Boolean isMemoryEncryptionEnabled,
IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket numaNodesPerSocket,
Boolean isSymmetricMultiThreadingEnabled,
Boolean isInputOutputMemoryManagementUnitEnabled,
Integer percentageOfCoresEnabled,
Map<String,String> configMap)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.