Class VMwareDistributedSwitchUplinkHostConnection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a VMware distributed virtual switch uplink host connection.
public class VMwareDistributedSwitchUplinkHostConnection : BaseTypeSection
- Inheritance
-
VMwareDistributedSwitchUplinkHostConnection
Constructors
VMwareDistributedSwitchUplinkHostConnection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchUplinkHostConnection class.
public VMwareDistributedSwitchUplinkHostConnection()
Properties
Blocked
Gets or sets whether the uplink port is blocked.
public BooleanOption Blocked { get; set; }
Property Value
LinkUp
Gets or sets whether the link was up at the time of the scan.
public BooleanOption LinkUp { get; set; }
Property Value
ManagedObjectIdentifier
Gets or sets the managed object identifier of the host connected to the uplink.
public string ManagedObjectIdentifier { get; set; }
Property Value
Name
Gets or sets the name of the host connected to 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
PortKey
Gets or sets the identifier of the port to which the host is connected - for example "128".
public string PortKey { get; set; }