Table of Contents

Class VMwareHostDistributedSwitchUplink

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

Represents an individual uplink configuration for a distributed switch host connection.

public class VMwareHostDistributedSwitchUplink : GlobalSerializableClassicBase, IComparable<VMwareHostDistributedSwitchUplink>
Inheritance
VMwareHostDistributedSwitchUplink
Implements

Constructors

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

public VMwareHostDistributedSwitchUplink()

Properties

Gets or sets the name of the uplink.

public string Name { get; set; }

Property Value

string

Gets or sets the name of the physical network card which is connected to the uplink - for example "vmnic1".

public string PhysicalNic { get; set; }

Property Value

string

Gets or sets the unique identifier of the uplink port on the distributed switch.

public string UplinkPortKey { get; set; }

Property Value

string

Methods

Compares two CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchUplink objects to allow sorting by the uplink's port key.

public int CompareTo(VMwareHostDistributedSwitchUplink other)

Parameters

other VMwareHostDistributedSwitchUplink

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

Returns

int

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