Class OrganizationWirelessControllerAvailabilitiesChangeHistoryItemChange
Connectivity information of a wireless LAN controller
[DataContract]
public class OrganizationWirelessControllerAvailabilitiesChangeHistoryItemChange
- Inheritance
-
OrganizationWirelessControllerAvailabilitiesChangeHistoryItemChange
- Inherited Members
Constructors
OrganizationWirelessControllerAvailabilitiesChangeHistoryItemChange()
public OrganizationWirelessControllerAvailabilitiesChangeHistoryItemChange()
Properties
EndTs
The end time(UTC seconds) of the wireless LAN controller connectivity status change. This attribute is set to be null by default if there's no need to assign.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }
Property Value
StartTs
The start time(UTC seconds) of the wireless LAN controller connectivity status change
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }
Property Value
Status
The wireless LAN controller connectivity status
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }