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
DynamicMemoryEnabled
Gets or sets whether dynamic memory is enabled.
public BooleanOption DynamicMemoryEnabled { get; set; }
Property Value
MaximumMemory
Gets or sets the maximum memory in bytes.
public long MaximumMemory { get; set; }
Property Value
MaximumMemoryString
Gets the maximum memory as a human readable string.
public string MaximumMemoryString { get; set; }
Property Value
MinimumMemory
Gets or sets the minimum memory in bytes.
public long MinimumMemory { get; set; }
Property Value
MinimumMemoryString
Gets the minimum memory as a human readable string.
public string MinimumMemoryString { get; set; }
Property Value
Priority
Gets or sets the memory priority (weight).
public int Priority { get; set; }
Property Value
ResourcePoolName
Gets or sets the resource pool name.
public string ResourcePoolName { get; set; }
Property Value
StartupMemory
Gets or sets the startup memory in bytes.
public long StartupMemory { get; set; }
Property Value
StartupMemoryString
Gets the startup memory as a human readable string.
public string StartupMemoryString { get; set; }
Property Value
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.