Show / Hide Table of Contents

Class ShapePlatformConfigOptions

The list of supported platform configuration options for this shape.

Inheritance
object
ShapePlatformConfigOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ShapePlatformConfigOptions

Properties

AccessControlServiceOptions

Declaration
[JsonProperty(PropertyName = "accessControlServiceOptions")]
public ShapeAccessControlServiceEnabledPlatformOptions AccessControlServiceOptions { get; set; }
Property Value
Type Description
ShapeAccessControlServiceEnabledPlatformOptions

InputOutputMemoryManagementUnitOptions

Declaration
[JsonProperty(PropertyName = "inputOutputMemoryManagementUnitOptions")]
public ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions InputOutputMemoryManagementUnitOptions { get; set; }
Property Value
Type Description
ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions

MeasuredBootOptions

Declaration
[JsonProperty(PropertyName = "measuredBootOptions")]
public ShapeMeasuredBootOptions MeasuredBootOptions { get; set; }
Property Value
Type Description
ShapeMeasuredBootOptions

MemoryEncryptionOptions

Declaration
[JsonProperty(PropertyName = "memoryEncryptionOptions")]
public ShapeMemoryEncryptionOptions MemoryEncryptionOptions { get; set; }
Property Value
Type Description
ShapeMemoryEncryptionOptions

NumaNodesPerSocketPlatformOptions

Declaration
[JsonProperty(PropertyName = "numaNodesPerSocketPlatformOptions")]
public ShapeNumaNodesPerSocketPlatformOptions NumaNodesPerSocketPlatformOptions { get; set; }
Property Value
Type Description
ShapeNumaNodesPerSocketPlatformOptions

PercentageOfCoresEnabledOptions

Declaration
[JsonProperty(PropertyName = "percentageOfCoresEnabledOptions")]
public PercentageOfCoresEnabledOptions PercentageOfCoresEnabledOptions { get; set; }
Property Value
Type Description
PercentageOfCoresEnabledOptions

SecureBootOptions

Declaration
[JsonProperty(PropertyName = "secureBootOptions")]
public ShapeSecureBootOptions SecureBootOptions { get; set; }
Property Value
Type Description
ShapeSecureBootOptions

SymmetricMultiThreadingOptions

Declaration
[JsonProperty(PropertyName = "symmetricMultiThreadingOptions")]
public ShapeSymmetricMultiThreadingEnabledPlatformOptions SymmetricMultiThreadingOptions { get; set; }
Property Value
Type Description
ShapeSymmetricMultiThreadingEnabledPlatformOptions

TrustedPlatformModuleOptions

Declaration
[JsonProperty(PropertyName = "trustedPlatformModuleOptions")]
public ShapeTrustedPlatformModuleOptions TrustedPlatformModuleOptions { get; set; }
Property Value
Type Description
ShapeTrustedPlatformModuleOptions

Type

Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ShapePlatformConfigOptions.TypeEnum? Type { get; set; }
Property Value
Type Description
ShapePlatformConfigOptions.TypeEnum?

The type of platform being configured.

VirtualInstructionsOptions

Declaration
[JsonProperty(PropertyName = "virtualInstructionsOptions")]
public ShapeVirtualInstructionsEnabledPlatformOptions VirtualInstructionsOptions { get; set; }
Property Value
Type Description
ShapeVirtualInstructionsEnabledPlatformOptions
In this article
Back to top