@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ShapePlatformConfigOptions extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The list of supported platform configuration options for this shape.
Note: Objects should always be created or deserialized using the 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 ShapePlatformConfigOptions.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (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.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ShapePlatformConfigOptions(ShapePlatformConfigOptions.Type type,
ShapeSecureBootOptions secureBootOptions,
ShapeMeasuredBootOptions measuredBootOptions,
ShapeTrustedPlatformModuleOptions trustedPlatformModuleOptions,
ShapeNumaNodesPerSocketPlatformOptions numaNodesPerSocketPlatformOptions,
ShapeMemoryEncryptionOptions memoryEncryptionOptions,
ShapeSymmetricMultiThreadingEnabledPlatformOptions symmetricMultiThreadingOptions,
ShapeAccessControlServiceEnabledPlatformOptions accessControlServiceOptions,
ShapeVirtualInstructionsEnabledPlatformOptions virtualInstructionsOptions,
ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions inputOutputMemoryManagementUnitOptions,
PercentageOfCoresEnabledOptions percentageOfCoresEnabledOptions)
Deprecated.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"type","secureBootOptions","measuredBootOptions","trustedPlatformModuleOptions","numaNodesPerSocketPlatformOptions","memoryEncryptionOptions","symmetricMultiThreadingOptions","accessControlServiceOptions","virtualInstructionsOptions","inputOutputMemoryManagementUnitOptions","percentageOfCoresEnabledOptions"}) public ShapePlatformConfigOptions(ShapePlatformConfigOptions.Type type, ShapeSecureBootOptions secureBootOptions, ShapeMeasuredBootOptions measuredBootOptions, ShapeTrustedPlatformModuleOptions trustedPlatformModuleOptions, ShapeNumaNodesPerSocketPlatformOptions numaNodesPerSocketPlatformOptions, ShapeMemoryEncryptionOptions memoryEncryptionOptions, 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 ShapeMemoryEncryptionOptions getMemoryEncryptionOptions()
public ShapeSymmetricMultiThreadingEnabledPlatformOptions getSymmetricMultiThreadingOptions()
public ShapeAccessControlServiceEnabledPlatformOptions getAccessControlServiceOptions()
public ShapeVirtualInstructionsEnabledPlatformOptions getVirtualInstructionsOptions()
public ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions getInputOutputMemoryManagementUnitOptions()
public PercentageOfCoresEnabledOptions getPercentageOfCoresEnabledOptions()
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.