Class VMwareDistributedSwitchCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of VMware distributed virtual switches.
public class VMwareDistributedSwitchCollection : Collection<VMwareDistributedSwitch>, IList<VMwareDistributedSwitch>, ICollection<VMwareDistributedSwitch>, IList, ICollection, IReadOnlyList<VMwareDistributedSwitch>, IReadOnlyCollection<VMwareDistributedSwitch>, IEnumerable<VMwareDistributedSwitch>, IEnumerable
- Inheritance
-
VMwareDistributedSwitchCollection
- Implements
- Inherited Members
Constructors
VMwareDistributedSwitchCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchCollection class.
public VMwareDistributedSwitchCollection()
Methods
Exists(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch with the specified identifier exists within the collection.
public bool Exists(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch with the specified identifier exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch with the specified identifier is found.
public VMwareDistributedSwitch FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch to locate.
Returns
- VMwareDistributedSwitch
The CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch with the specified unique identifier.
FindByManagedObjectIdentifier(string)
Returns the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch with the specified managed object identifier, or null if no CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch with the specified managed object identifier is found.
public VMwareDistributedSwitch FindByManagedObjectIdentifier(string managedObjectIdentifier)
Parameters
managedObjectIdentifier
stringThe managed object identifier of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch to locate - for example "dvs-29".
Returns
- VMwareDistributedSwitch
The CENTREL.XIA.Configuration.Types.VMwareDistributedSwitch with the specified managed object identifier.
Sort()
Sorts the values in the collection.
public void Sort()