Show / Hide Table of Contents

Class ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions

Configuration options for the input-output memory management unit (IOMMU).

Inheritance
object
ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions
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 ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions

Properties

AllowedValues

Declaration
[JsonProperty(PropertyName = "allowedValues")]
public List<bool> AllowedValues { get; set; }
Property Value
Type Description
List<bool>

Whether the input-output memory management unit can be enabled.

IsDefaultEnabled

Declaration
[JsonProperty(PropertyName = "isDefaultEnabled")]
public bool? IsDefaultEnabled { get; set; }
Property Value
Type Description
bool?

Whether the input-output memory management unit is enabled by default.

In this article
Back to top