Class OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterface
Wireless LAN controller L3 interface
[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterface
- Inheritance
-
OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterface
- Inherited Members
Constructors
OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterface()
public OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterface()
Properties
Addresses
Available addresses for the interface.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "addresses")]
public List<OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceAddress> Addresses { get; set; }
Property Value
ChannelGroup
The channel group of this wireless LAN controller interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "channelGroup")]
public OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceChannelGroup 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
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 OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceModule 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 int Vlan { get; set; }
Property Value
Vrf
The virtual routing and forwarding (VRF) for the wireless LAN controller interface
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vrf")]
public OrganizationWirelessControllerDevicesInterfacesL3ByDeviceItemInterfaceVrf Vrf { get; set; }