Class ShapePlatformConfigOptions
The list of supported platform configuration options for this shape.
Inheritance
ShapePlatformConfigOptions
Assembly: OCI.DotNetSDK.Core.dll
public class ShapePlatformConfigOptions
Properties
Declaration
[JsonProperty(PropertyName = "accessControlServiceOptions")]
public ShapeAccessControlServiceEnabledPlatformOptions AccessControlServiceOptions { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "inputOutputMemoryManagementUnitOptions")]
public ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions InputOutputMemoryManagementUnitOptions { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "measuredBootOptions")]
public ShapeMeasuredBootOptions MeasuredBootOptions { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "memoryEncryptionOptions")]
public ShapeMemoryEncryptionOptions MemoryEncryptionOptions { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "numaNodesPerSocketPlatformOptions")]
public ShapeNumaNodesPerSocketPlatformOptions NumaNodesPerSocketPlatformOptions { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "percentageOfCoresEnabledOptions")]
public PercentageOfCoresEnabledOptions PercentageOfCoresEnabledOptions { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "secureBootOptions")]
public ShapeSecureBootOptions SecureBootOptions { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "symmetricMultiThreadingOptions")]
public ShapeSymmetricMultiThreadingEnabledPlatformOptions SymmetricMultiThreadingOptions { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "trustedPlatformModuleOptions")]
public ShapeTrustedPlatformModuleOptions TrustedPlatformModuleOptions { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ShapePlatformConfigOptions.TypeEnum? Type { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "virtualInstructionsOptions")]
public ShapeVirtualInstructionsEnabledPlatformOptions VirtualInstructionsOptions { get; set; }
Property Value