Class VMwareDistributedSwitchUplinks
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of uplinks for a VMware distributed virtual switch.
public class VMwareDistributedSwitchUplinks : BaseTypeSection
- Inheritance
-
VMwareDistributedSwitchUplinks
Constructors
VMwareDistributedSwitchUplinks()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplinks class.
public VMwareDistributedSwitchUplinks()
Properties
Items
Gets or sets the items in the collection.
public VMwareDistributedSwitchUplinkCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplinks from the specified XML.
public static VMwareDistributedSwitchUplinks FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- VMwareDistributedSwitchUplinks
A CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplinks class.
ToString()
Returns the distributed virtual switch uplinks in a human readable format - for example "10 Uplinks".
public override string ToString()
Returns
- string
The distributed virtual switch uplinks in a human readable format.