Table of Contents

Class VMwareDatastoreClusterCollection

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

Represents a collection of VMware datastore clusters.

public class VMwareDatastoreClusterCollection : Collection<VMwareDatastoreCluster>, IList<VMwareDatastoreCluster>, ICollection<VMwareDatastoreCluster>, IList, ICollection, IReadOnlyList<VMwareDatastoreCluster>, IReadOnlyCollection<VMwareDatastoreCluster>, IEnumerable<VMwareDatastoreCluster>, IEnumerable
Inheritance
VMwareDatastoreClusterCollection
Implements
Inherited Members

Constructors

VMwareDatastoreClusterCollection()

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

public VMwareDatastoreClusterCollection()

Methods

FindById(string)

Returns the datastore cluster with the specified managed object identifier, or null if no datastore cluster with that identifier exists within the collection.

public VMwareDatastoreCluster FindById(string id)

Parameters

id string

The managed object identifier of the datastore cluster to find - for example "group-p40".

Returns

VMwareDatastoreCluster

The CENTREL.XIA.Configuration.Types.VMwareDatastoreCluster with the specified identifier.

FindByName(string)

Returns the datastore cluster with the specified name, or null if no datastore cluster with that name exists within the collection.

public VMwareDatastoreCluster FindByName(string name)

Parameters

name string

The name of the datastore cluster to find.

Returns

VMwareDatastoreCluster

The CENTREL.XIA.Configuration.Types.VMwareDatastoreCluster with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()