Table of Contents

Class NetworkingDevicePortAdvancedSettings

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

Represents advanced settings for a networking device port

public class NetworkingDevicePortAdvancedSettings : GlobalSerializableClassicBase
Inheritance
NetworkingDevicePortAdvancedSettings

Constructors

NetworkingDevicePortAdvancedSettings()

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

public NetworkingDevicePortAdvancedSettings()

Properties

FastEthernetMode

Gets or sets the fast ethernet mode of the port.

public NetworkingDevicePortFastEthernetMode FastEthernetMode { get; set; }

Property Value

NetworkingDevicePortFastEthernetMode

FastEthernetModeString

Gets or sets the fast ethernet mode of the port in a human readable string

public string FastEthernetModeString { get; set; }

Property Value

string

TrunkGroup

Gets or sets the trunk group to which this port belongs.

public int TrunkGroup { get; set; }

Property Value

int

TrunkPort

Gets or sets whether this port is a trunk port.

public BooleanOption TrunkPort { get; set; }

Property Value

BooleanOption