Uses of Class
com.oracle.bmc.core.model.ShapePlatformConfigOptions.Type
-
Packages that use ShapePlatformConfigOptions.Type Package Description com.oracle.bmc.core.model -
-
Uses of ShapePlatformConfigOptions.Type in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ShapePlatformConfigOptions.Type Modifier and Type Method Description static ShapePlatformConfigOptions.Type
ShapePlatformConfigOptions.Type. create(String key)
ShapePlatformConfigOptions.Type
ShapePlatformConfigOptions. getType()
The type of platform being configured.static ShapePlatformConfigOptions.Type
ShapePlatformConfigOptions.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShapePlatformConfigOptions.Type[]
ShapePlatformConfigOptions.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type ShapePlatformConfigOptions.Type Modifier and Type Method Description ShapePlatformConfigOptions.Builder
ShapePlatformConfigOptions.Builder. type(ShapePlatformConfigOptions.Type type)
The type of platform being configured.Constructors in com.oracle.bmc.core.model with parameters of type ShapePlatformConfigOptions.Type 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.
-