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
VMwareDistributedSwitchUplink()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink class.
public VMwareDistributedSwitchUplink()
Properties
HostConnections
Gets or sets the host connections for this uplink.
public VMwareDistributedSwitchUplinkHostConnectionCollection HostConnections { get; set; }
Property Value
Name
Gets or sets the name of the uplink.
public string Name { get; set; }
Property Value
Methods
CompareTo(VMwareDistributedSwitchUplink)
Compares two CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink objects to allow sorting alphabetically by uplink name.
public int CompareTo(VMwareDistributedSwitchUplink other)
Parameters
other
VMwareDistributedSwitchUplinkThe CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplink objects.