Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItem
Organization Switch Devices System Queues History By Switch By Interval Item
[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItem
- Inheritance
-
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItem
- Inherited Members
Constructors
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItem()
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItem()
Properties
History
The history of switch system data, with the most recent snapshot first
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "history")]
public List<OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistory> History { get; set; }
Property Value
Mac
MAC address of the switch
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Model
Model of the switch
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }
Property Value
Name
Name of the switch
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Network
Information regarding the network the switch belongs to
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemNetwork Network { get; set; }
Property Value
Serial
Unique serial number for the switch
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Stack
Information about the stack for which the switch is the active node
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "stack")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStack Stack { get; set; }
Property Value
Tags
List of custom tags for the switch
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }