@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ShapePlatformConfigOptions extends Object
The list of supported platform configuration options for this shape.
ShapePlatformConfigOptions.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the ShapePlatformConfigOptions.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
ShapePlatformConfigOptions.Builder |
static class |
ShapePlatformConfigOptions.Type
The type of platform being configured.
|
Constructor and Description |
---|
ShapePlatformConfigOptions(ShapePlatformConfigOptions.Type type,
ShapeSecureBootOptions secureBootOptions,
ShapeMeasuredBootOptions measuredBootOptions,
ShapeTrustedPlatformModuleOptions trustedPlatformModuleOptions,
ShapeNumaNodesPerSocketPlatformOptions numaNodesPerSocketPlatformOptions,
ShapeSymmetricMultiThreadingEnabledPlatformOptions symmetricMultiThreadingOptions,
ShapeAccessControlServiceEnabledPlatformOptions accessControlServiceOptions,
ShapeVirtualInstructionsEnabledPlatformOptions virtualInstructionsOptions,
ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions inputOutputMemoryManagementUnitOptions,
PercentageOfCoresEnabledOptions percentageOfCoresEnabledOptions)
Deprecated.
|
@ConstructorProperties(value={"type","secureBootOptions","measuredBootOptions","trustedPlatformModuleOptions","numaNodesPerSocketPlatformOptions","symmetricMultiThreadingOptions","accessControlServiceOptions","virtualInstructionsOptions","inputOutputMemoryManagementUnitOptions","percentageOfCoresEnabledOptions"}) @Deprecated public ShapePlatformConfigOptions(ShapePlatformConfigOptions.Type type, ShapeSecureBootOptions secureBootOptions, ShapeMeasuredBootOptions measuredBootOptions, ShapeTrustedPlatformModuleOptions trustedPlatformModuleOptions, ShapeNumaNodesPerSocketPlatformOptions numaNodesPerSocketPlatformOptions, ShapeSymmetricMultiThreadingEnabledPlatformOptions symmetricMultiThreadingOptions, ShapeAccessControlServiceEnabledPlatformOptions accessControlServiceOptions, ShapeVirtualInstructionsEnabledPlatformOptions virtualInstructionsOptions, ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions inputOutputMemoryManagementUnitOptions, PercentageOfCoresEnabledOptions percentageOfCoresEnabledOptions)
public static ShapePlatformConfigOptions.Builder builder()
Create a new builder.
public ShapePlatformConfigOptions.Builder toBuilder()
public ShapePlatformConfigOptions.Type getType()
The type of platform being configured.
public ShapeSecureBootOptions getSecureBootOptions()
public ShapeMeasuredBootOptions getMeasuredBootOptions()
public ShapeTrustedPlatformModuleOptions getTrustedPlatformModuleOptions()
public ShapeNumaNodesPerSocketPlatformOptions getNumaNodesPerSocketPlatformOptions()
public ShapeSymmetricMultiThreadingEnabledPlatformOptions getSymmetricMultiThreadingOptions()
public ShapeAccessControlServiceEnabledPlatformOptions getAccessControlServiceOptions()
public ShapeVirtualInstructionsEnabledPlatformOptions getVirtualInstructionsOptions()
public ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions getInputOutputMemoryManagementUnitOptions()
public PercentageOfCoresEnabledOptions getPercentageOfCoresEnabledOptions()
Copyright © 2016–2022. All rights reserved.