Class VMwareDistributedSwitchUplinkCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of VMware distributed virtual switch uplinks.
public class VMwareDistributedSwitchUplinkCollection : Collection<VMwareDistributedSwitchUplink>, IList<VMwareDistributedSwitchUplink>, ICollection<VMwareDistributedSwitchUplink>, IList, ICollection, IReadOnlyList<VMwareDistributedSwitchUplink>, IReadOnlyCollection<VMwareDistributedSwitchUplink>, IEnumerable<VMwareDistributedSwitchUplink>, IEnumerable
- Inheritance
-
VMwareDistributedSwitchUplinkCollection
- Implements
- Inherited Members
Constructors
VMwareDistributedSwitchUplinkCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplinkCollection class.
public VMwareDistributedSwitchUplinkCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink with the specified name, or null if no CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink with that name is found.
public VMwareDistributedSwitchUplink FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink to locate.
Returns
- VMwareDistributedSwitchUplink
The CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()