Ksm¶
-
class
oci.cloud_migrations.models.Ksm(**kwargs)¶ Bases:
objectKernal Same-page Merging
Methods
__init__(**kwargs)Initializes a new Ksm object with values from keyword arguments. Attributes
is_enabledGets the is_enabled of this Ksm. is_merge_across_nodesGets the is_merge_across_nodes of this Ksm. -
__init__(**kwargs)¶ Initializes a new Ksm 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 Ksm.
- is_merge_across_nodes (bool) – The value to assign to the is_merge_across_nodes property of this Ksm.
-
is_enabled¶ Gets the is_enabled of this Ksm. Indicates if KSM is enabled.
Returns: The is_enabled of this Ksm. Return type: bool
-
is_merge_across_nodes¶ Gets the is_merge_across_nodes of this Ksm. Indicates if KSM should merge across nodes.
Returns: The is_merge_across_nodes of this Ksm. Return type: bool
-