Table of Contents

Class HyperVServerVirtualMachineMemorySettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the memory settings for a Hyper-V virtual machine.

public class HyperVServerVirtualMachineMemorySettings : BypassSection
Inheritance
HyperVServerVirtualMachineMemorySettings
Inherited Members

Constructors

HyperVServerVirtualMachineMemorySettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineMemorySettings class.

public HyperVServerVirtualMachineMemorySettings()

Properties

Buffer

Gets or sets the memory buffer as a percentage.

public int Buffer { get; set; }

Property Value

int

DynamicMemoryEnabled

Gets or sets whether dynamic memory is enabled.

public BooleanOption DynamicMemoryEnabled { get; set; }

Property Value

BooleanOption

MaximumMemory

Gets or sets the maximum memory in bytes.

public long MaximumMemory { get; set; }

Property Value

long

MaximumMemoryString

Gets the maximum memory as a human readable string.

public string MaximumMemoryString { get; set; }

Property Value

string

MinimumMemory

Gets or sets the minimum memory in bytes.

public long MinimumMemory { get; set; }

Property Value

long

MinimumMemoryString

Gets the minimum memory as a human readable string.

public string MinimumMemoryString { get; set; }

Property Value

string

Priority

Gets or sets the memory priority (weight).

public int Priority { get; set; }

Property Value

int

ResourcePoolName

Gets or sets the resource pool name.

public string ResourcePoolName { get; set; }

Property Value

string

StartupMemory

Gets or sets the startup memory in bytes.

public long StartupMemory { get; set; }

Property Value

long

StartupMemoryString

Gets the startup memory as a human readable string.

public string StartupMemoryString { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineMemorySettings cloned from this object.

public HyperVServerVirtualMachineMemorySettings Clone()

Returns

HyperVServerVirtualMachineMemorySettings

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineMemorySettings.

ToString()

Returns the memory settings as a human readable string.

public override string ToString()

Returns

string

The memory settings as a human readable string.