ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions¶
- 
class 
oci.core.models.ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions(**kwargs)¶ Bases:
objectConfiguration options for the input-output memory management unit (IOMMU).
Methods
__init__(**kwargs)Initializes a new ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions object with values from keyword arguments. Attributes
allowed_valuesGets the allowed_values of this ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions. is_default_enabledGets the is_default_enabled of this ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions. - 
__init__(**kwargs)¶ Initializes a new ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - allowed_values (list[bool]) – The value to assign to the allowed_values property of this ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions.
 - is_default_enabled (bool) – The value to assign to the is_default_enabled property of this ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions.
 
- 
allowed_values¶ Gets the allowed_values of this ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions. Whether the input-output memory management unit can be enabled.
Returns: The allowed_values of this ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions. Return type: list[bool] 
- 
is_default_enabled¶ Gets the is_default_enabled of this ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions. Whether the input-output memory management unit is enabled by default.
Returns: The is_default_enabled of this ShapeInputOutputMemoryManagementUnitEnabledPlatformOptions. Return type: bool 
-