Class OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItemInterfaceChange
The status of layer 3 interfaces of the wireless LAN controller
[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItemInterfaceChange
- Inheritance
-
OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItemInterfaceChange
- Inherited Members
Constructors
OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItemInterfaceChange()
public OrganizationWirelessControllerDevicesInterfacesL3StatusesChangeHistoryByDeviceItemInterfaceChange()
Properties
Errors
All errors present on the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "errors")]
public List<string> Errors { get; set; }
Property Value
Status
The status of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Ts
The timestamp of current status of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ts")]
public string Ts { get; set; }
Property Value
Warnings
All warnings present on the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "warnings")]
public List<string> Warnings { get; set; }