Class VMwareDistributedPortGroups
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of VMware distributed port groups.
public class VMwareDistributedPortGroups : BaseTypeSection
- Inheritance
-
VMwareDistributedPortGroups
Constructors
VMwareDistributedPortGroups()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroups class.
public VMwareDistributedPortGroups()
Properties
Items
Gets or sets the items in the collection.
public VMwareDistributedPortGroupCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the distributed port groups in a human readable format - for example "10 Distributed Port Groups".
public override string ToString()
Returns
- string
The distributed port groups in a human readable format.