Class VMwareResourceAllocation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the resource allocation settings configured for a resource pool.
public class VMwareResourceAllocation : GlobalSerializableClassicBase
- Inheritance
-
VMwareResourceAllocation
Constructors
VMwareResourceAllocation()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareResourceAllocation class.
public VMwareResourceAllocation()
Properties
Cpu
Gets or sets the CPU allocation settings for this resource pool.
public VMwareCpuAllocationSettings Cpu { get; set; }
Property Value
Memory
Gets or sets the memory allocation settings for this resource pool.
public VMwareMemoryAllocationSettings Memory { get; set; }