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