Table of Contents

Class VMwareVirtualSwitchCollection

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

Represents a collection of VMware virtual switches.

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

Constructors

VMwareVirtualSwitchCollection()

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

public VMwareVirtualSwitchCollection()

Methods

Exists(Guid)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.VMwareVirtualSwitch with the specified identifier exists within the collection.

public bool Exists(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.VMwareVirtualSwitch to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.VMwareVirtualSwitch with the specified identifier exists within the collection.

FindByIdentifier(Guid)

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

public VMwareVirtualSwitch FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.VMwareVirtualSwitch to locate.

Returns

VMwareVirtualSwitch

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

FindByName(string)

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

public VMwareVirtualSwitch FindByName(string name)

Parameters

name string

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

Returns

VMwareVirtualSwitch

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

Sort()

Sorts the values in the collection.

public void Sort()