Table of Contents

Class VMwareCpuAllocationSettings

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

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

public class VMwareCpuAllocationSettings : VMwareBaseResourceAllocationSettings
Inheritance
VMwareCpuAllocationSettings
Inherited Members

Constructors

VMwareCpuAllocationSettings()

public VMwareCpuAllocationSettings()

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