Table of Contents

Class VMwareResourcePools

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

Represents a collection of VMware resource pools.

public class VMwareResourcePools : BaseTypeSection
Inheritance
VMwareResourcePools

Constructors

VMwareResourcePools()

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

public VMwareResourcePools()

Properties

Items

Gets or sets the items in the collection.

public VMwareResourcePoolCollection Items { get; set; }

Property Value

VMwareResourcePoolCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.VMwareResourcePools class from the specified XML.

public static VMwareResourcePools FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

VMwareResourcePools

A CENTREL.XIA.Configuration.Types.VMwareResourcePools class.

ToString()

Returns the resource pools as a human readable string - for example "10 Resource Pools".

public override string ToString()

Returns

string

The resource pools as a human readable string.