Class VMwareClusters
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of VMware clusters.
public class VMwareClusters : BaseTypeSection
- Inheritance
-
VMwareClusters
Constructors
VMwareClusters()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareClusters class.
public VMwareClusters()
Properties
Items
Gets or sets the items in the collection.
public VMwareClusterCollection Items { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.VMwareClusters cloned from this object.
public VMwareClusters Clone()
Returns
- VMwareClusters
A CENTREL.XIA.Configuration.Types.VMwareClusters.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.VMwareClusters class from the specified XML.
public static VMwareClusters FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- VMwareClusters
A CENTREL.XIA.Configuration.Types.VMwareClusters class.
ToString()
Returns the clusters object as a human readable string - for example "10 Clusters".
public override string ToString()
Returns
- string
The clusters object as a human readable string.