ShapeSymmetricMultiThreadingEnabledPlatformOptions

class oci.core.models.ShapeSymmetricMultiThreadingEnabledPlatformOptions(**kwargs)

Bases: object

Configuration options for symmetric multithreading (also called simultaneous multithreading or SMT).

Methods

__init__(**kwargs) Initializes a new ShapeSymmetricMultiThreadingEnabledPlatformOptions object with values from keyword arguments.

Attributes

allowed_values Gets the allowed_values of this ShapeSymmetricMultiThreadingEnabledPlatformOptions.
is_default_enabled Gets the is_default_enabled of this ShapeSymmetricMultiThreadingEnabledPlatformOptions.
__init__(**kwargs)

Initializes a new ShapeSymmetricMultiThreadingEnabledPlatformOptions 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 ShapeSymmetricMultiThreadingEnabledPlatformOptions.
  • is_default_enabled (bool) – The value to assign to the is_default_enabled property of this ShapeSymmetricMultiThreadingEnabledPlatformOptions.
allowed_values

Gets the allowed_values of this ShapeSymmetricMultiThreadingEnabledPlatformOptions. Whether symmetric multithreading can be enabled.

Returns:The allowed_values of this ShapeSymmetricMultiThreadingEnabledPlatformOptions.
Return type:list[bool]
is_default_enabled

Gets the is_default_enabled of this ShapeSymmetricMultiThreadingEnabledPlatformOptions. Whether symmetric multithreading is enabled by default.

Returns:The is_default_enabled of this ShapeSymmetricMultiThreadingEnabledPlatformOptions.
Return type:bool