Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort
A port associated with the given switch
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort()
Properties
PortId
Unique identifier for the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "portId")]
public string PortId { get; set; }
Property Value
Readings
The digital optical monitoring readings for the individual port, with the most recent snapshot first
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "readings")]
public List<OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReading> Readings { get; set; }