Table of Contents

Class VMwareDistributedPortGroupCollection

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

Represents a collection of VMware distributed port groups.

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

Constructors

VMwareDistributedPortGroupCollection()

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

public VMwareDistributedPortGroupCollection()

Methods

GetPortGroups()

Returns the port groups for the distributed switch excluding the uplinks port groups.

public VMwareDistributedPortGroupCollection GetPortGroups()

Returns

VMwareDistributedPortGroupCollection

A CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupCollection that represent the port groups excluding the uplinks port groups.

GetUplinksPortGroup()

Returns the uplinks for the distributed switch, or null if no uplinks port group is found.

public VMwareDistributedPortGroup GetUplinksPortGroup()

Returns

VMwareDistributedPortGroup

The CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroup that represent the uplinks for the distributed switch, or null if no uplinks port group is found.

Sort()

Sorts the values in the collection.

public void Sort()