Package com.oracle.bmc.core.model
Class ShapePlatformConfigOptions
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.core.model.ShapePlatformConfigOptions
-
@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 theShapePlatformConfigOptions.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 theShapePlatformConfigOptions.Builder
, which maintain a set of all explicitly set fields calledShapePlatformConfigOptions.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShapePlatformConfigOptions.Builder
static class
ShapePlatformConfigOptions.Type
The type of platform being configured.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
-
-
Constructor Detail
-
ShapePlatformConfigOptions
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static ShapePlatformConfigOptions.Builder builder()
Create a new builder.
-
toBuilder
public ShapePlatformConfigOptions.Builder toBuilder()
-
getType
public ShapePlatformConfigOptions.Type getType()
The type of platform being configured.- Returns:
- the value
-
getSecureBootOptions
public ShapeSecureBootOptions getSecureBootOptions()
-
getMeasuredBootOptions
public ShapeMeasuredBootOptions getMeasuredBootOptions()
-
getTrustedPlatformModuleOptions
public ShapeTrustedPlatformModuleOptions getTrustedPlatformModuleOptions()
-
getNumaNodesPerSocketPlatformOptions
public ShapeNumaNodesPerSocketPlatformOptions getNumaNodesPerSocketPlatformOptions()
-
getMemoryEncryptionOptions
public ShapeMemoryEncryptionOptions getMemoryEncryptionOptions()
-
getSymmetricMultiThreadingOptions
public ShapeSymmetricMultiThreadingEnabledPlatformOptions getSymmetricMultiThreadingOptions()
-
getAccessControlServiceOptions
public ShapeAccessControlServiceEnabledPlatformOptions getAccessControlServiceOptions()
-
getVirtualInstructionsOptions
public ShapeVirtualInstructionsEnabledPlatformOptions getVirtualInstructionsOptions()
-
getInputOutputMemoryManagementUnitOptions
public ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions getInputOutputMemoryManagementUnitOptions()
-
getPercentageOfCoresEnabledOptions
public PercentageOfCoresEnabledOptions getPercentageOfCoresEnabledOptions()
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-