Show / Hide Table of Contents

Class Ksm

Kernal Same-page Merging

Inheritance
object
Ksm
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top