TransparentHugePages

class oci.cloud_migrations.models.TransparentHugePages(**kwargs)

Bases: object

Type representing a transparent huge pages (THP) support.

Methods

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

Attributes

is_enabled Gets the is_enabled of this TransparentHugePages.
__init__(**kwargs)

Initializes a new TransparentHugePages object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:is_enabled (bool) – The value to assign to the is_enabled property of this TransparentHugePages.
is_enabled

Gets the is_enabled of this TransparentHugePages. Whether to enable THP support

Returns:The is_enabled of this TransparentHugePages.
Return type:bool