Class VMwareClusterCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of VMware clusters.
public class VMwareClusterCollection : Collection<VMwareCluster>, IList<VMwareCluster>, ICollection<VMwareCluster>, IList, ICollection, IReadOnlyList<VMwareCluster>, IReadOnlyCollection<VMwareCluster>, IEnumerable<VMwareCluster>, IEnumerable
- Inheritance
-
VMwareClusterCollection
- Implements
- Inherited Members
Constructors
VMwareClusterCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareClusterCollection class.
public VMwareClusterCollection()
Methods
FindByManagedObjectID(string)
Returns the VMware cluster with the specified managed object ID or null if no cluster exists with the specified ID.
public VMwareCluster FindByManagedObjectID(string ManagedObjectID)
Parameters
ManagedObjectID
stringThe unique managed object ID of the cluster to locate.
Returns
- VMwareCluster
A CENTREL.XIA.Configuration.Types.VMwareCluster object with the specified managed object ID.
FindByName(string)
Returns the VMware cluster with the specified name or null if no cluster exists with the specified name.
public VMwareCluster FindByName(string Name)
Parameters
Name
stringThe name of the cluster to return.
Returns
- VMwareCluster
A CENTREL.XIA.Configuration.Types.VMwareCluster object with the specified name.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.VMwareClusterCollection class from the specified XML.
public static VMwareClusterCollection FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- VMwareClusterCollection
A CENTREL.XIA.Configuration.Types.VMwareClusterCollection class.
Sort()
Sorts the values in the collection.
public void Sort()
ToXml()
Returns the XML representation of this CENTREL.XIA.Configuration.Types.VMwareClusterCollection.
public string ToXml()
Returns
- string
The CENTREL.XIA.Configuration.Types.VMwareClusterCollection in XML format.