Table of Contents

Class VMwareHostDistributedSwitchConnections

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

Represents a collection of distributed switches host connections. This applies to vSphere 4.0 and above only.

public class VMwareHostDistributedSwitchConnections : BypassSection
Inheritance
VMwareHostDistributedSwitchConnections
Inherited Members

Constructors

VMwareHostDistributedSwitchConnections()

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

public VMwareHostDistributedSwitchConnections()

Properties

Items

Gets or sets the items in the collection.

public VMwareHostDistributedSwitchConnectionCollection Items { get; set; }

Property Value

VMwareHostDistributedSwitchConnectionCollection

Methods

ToString()

Returns the CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchConnections as a human readable string.

public override string ToString()

Returns

string

The CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchConnections as a human readable string.