Table of Contents

Class VMwareDataCenters

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

Represents a collection of datacenters found within a VMware system.

public class VMwareDataCenters : BaseTypeSection
Inheritance
VMwareDataCenters

Constructors

VMwareDataCenters()

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

public VMwareDataCenters()

Properties

Items

Gets or sets the items within the collection.

public VMwareDataCenterCollection Items { get; set; }

Property Value

VMwareDataCenterCollection

Methods

FromXml(string)

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

public static VMwareDataCenters FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

VMwareDataCenters

A CENTREL.XIA.Configuration.Types.VMwareDataCenters class.

ToString()

Returns the data centers as a human readable string - for example "10 Data Centers".

public override string ToString()

Returns

string

The data centers as a human readable string.