Class OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterface
Layer 2 interface belonging to the wireless LAN controller
[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterface
- Inheritance
-
OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterface
- Inherited Members
Constructors
OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterface()
public OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterface()
Properties
ChannelGroup
The channel group of this wireless LAN controller interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "channelGroup")]
public OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterfaceChannelGroup ChannelGroup { get; set; }
Property Value
Description
The description of the wireless LAN controller interface
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
Enabled
The status of the wireless LAN controller interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }
Property Value
IsRedundancyPort
Indicate whether the interface is a redundancy port used to perform HA role negotiation
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isRedundancyPort")]
public bool IsRedundancyPort { get; set; }
Property Value
IsUplink
Indicate whether the interface is uplink
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isUplink")]
public bool IsUplink { get; set; }
Property Value
LinkNegotiation
The interface negotiation mode
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "linkNegotiation")]
public string LinkNegotiation { get; set; }
Property Value
Mac
The MAC address of the wireless LAN controller interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Module
The module of this wireless LAN controller interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "module")]
public OrganizationWirelessControllerDevicesInterfacesL2ByDeviceGetResponseItemInterfaceModule Module { get; set; }
Property Value
Name
The name of the wireless LAN controller interface
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Speed
The current data transfer rate which the interface is operating at. enum = [1 Gbps, 2 Gbps, 5 Gbps, 10 Gbps, 20 Gbps, 40 Gbps, 100 Gbps]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "speed")]
public string Speed { get; set; }
Property Value
Status
The status of the wireless LAN controller interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Vlan
The VLAN of the switch port. For a trunk port, this is the native VLAN. A null value will clear the value set for trunk ports.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlan")]
public string Vlan { get; set; }