Table of Contents

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

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

public VMwareDistributedSwitchUplinks()

Properties

Gets or sets the items in the collection.

public VMwareDistributedSwitchUplinkCollection Items { get; set; }

Property Value

VMwareDistributedSwitchUplinkCollection

Methods

Returns a CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplinks from the specified XML.

public static VMwareDistributedSwitchUplinks FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

VMwareDistributedSwitchUplinks

A CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplinks class.

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.