Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem
The top-level propery containing all digital optical monitorting data.
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem()
Properties
Network
Information regarding the network the switch belongs to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork Network { get; set; }
Property Value
Ports
The ports associated with the given switch
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ports")]
public List<OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort> Ports { get; set; }
Property Value
Serial
Unique serial number for switch
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }