Class Ksm
Kernal Same-page Merging
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class Ksm
Properties
IsEnabled
Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Indicates if KSM is enabled. |
IsMergeAcrossNodes
Declaration
[JsonProperty(PropertyName = "isMergeAcrossNodes")]
public bool? IsMergeAcrossNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Indicates if KSM should merge across nodes. |