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