Table of Contents

Class VMwareHostStorageAdapterCollection

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

Represents a collection of VMware storage adapters.

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

Constructors

VMwareHostStorageAdapterCollection()

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

public VMwareHostStorageAdapterCollection()

Methods

FindByDeviceName(string)

Returns the CENTREL.XIA.Configuration.Types.VMwareHostStorageAdapters with the specified name, or null if no adapter with that name is found.

public VMwareHostStorageAdapter FindByDeviceName(string deviceName)

Parameters

deviceName string

The name of the CENTREL.XIA.Configuration.Types.VMwareHostStorageAdapters to locate.

Returns

VMwareHostStorageAdapter

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

Sort()

Sorts the values in the collection.

public void Sort()