Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember
Information about the member devices in the switch stack
[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember
- Inheritance
-
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember
- Inherited Members
Constructors
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember()
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember()
Properties
History
Information, over the given interval, for the number of packets processed and dropped by the device's data plane
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "history")]
public List<OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItem> History { get; set; }
Property Value
Mac
MAC address of the member device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Model
Model of the member device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }
Property Value
Name
Name of the member device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Serial
Unique serial number for the member device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Tags
List of custom tags for the member device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }