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
VMwareHostDistributedSwitchUplink()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchUplink class.
public VMwareHostDistributedSwitchUplink()
Properties
Name
Gets or sets the name of the uplink.
public string Name { get; set; }
Property Value
PhysicalNic
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
UplinkPortKey
Gets or sets the unique identifier of the uplink port on the distributed switch.
public string UplinkPortKey { get; set; }
Property Value
Methods
CompareTo(VMwareHostDistributedSwitchUplink)
Compares two CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchUplink objects to allow sorting by the uplink's port key.
public int CompareTo(VMwareHostDistributedSwitchUplink other)
Parameters
other
VMwareHostDistributedSwitchUplinkThe CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchUplink to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.VMwareHostDistributedSwitchUplink objects.