Table of Contents

Class VMwareDistributedSwitchUplink

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

Represents a VMware distributed virtual switch uplink.

public class VMwareDistributedSwitchUplink : BaseTypeSection, IComparable<VMwareDistributedSwitchUplink>
Inheritance
VMwareDistributedSwitchUplink
Implements

Constructors

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

public VMwareDistributedSwitchUplink()

Properties

Gets or sets the host connections for this uplink.

public VMwareDistributedSwitchUplinkHostConnectionCollection HostConnections { get; set; }

Property Value

VMwareDistributedSwitchUplinkHostConnectionCollection

Gets or sets the name of the uplink.

public string Name { get; set; }

Property Value

string

Methods

Compares two CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink objects to allow sorting alphabetically by uplink name.

public int CompareTo(VMwareDistributedSwitchUplink other)

Parameters

other VMwareDistributedSwitchUplink

The CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink objects.