Table of Contents

Class VMwareHostDistributedSwitchConnectionCollection

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

Represents a collection of VMware host hardware devices.

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

Constructors

VMwareHostDistributedSwitchConnectionCollection()

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

public VMwareHostDistributedSwitchConnectionCollection()

Methods

FindByName(string)

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

public VMwareHostDistributedSwitchConnection FindByName(string name)

Parameters

name string

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

Returns

VMwareHostDistributedSwitchConnection

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

Sort()

Sorts the values in the collection.

public void Sort()