Table of Contents

Class VMwareMemoryAllocationSettings

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

Represents the memory allocation settings configured for a resource pool or object.

public class VMwareMemoryAllocationSettings : VMwareBaseResourceAllocationSettings
Inheritance
VMwareMemoryAllocationSettings
Inherited Members

Constructors

VMwareMemoryAllocationSettings()

public VMwareMemoryAllocationSettings()

Properties

LimitString

Gets the limit of this resource as a human readable string.

public string LimitString { get; set; }

Property Value

string

ReservationString

Gets the reservation of this resource as a human readable string.

public string ReservationString { get; set; }

Property Value

string