Show / Hide Table of Contents

Class MemoryOverCommit

Memory over commit

Inheritance
object
MemoryOverCommit
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 MemoryOverCommit

Properties

Percentage

Declaration
[JsonProperty(PropertyName = "percentage")]
public int? Percentage { get; set; }
Property Value
Type Description
int?

Percentage of memory over commit

In this article
Back to top