Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadata
Other metadata related to this result set.
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadata
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadata
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadata()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadata()
Properties
Counts
Count metadata related to this result set.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataCounts Counts { get; set; }
Property Value
Thresholds
Thresholds to be applied to each metric in order to derive error/warning states.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "thresholds")]
public List<OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold> Thresholds { get; set; }
Property Value
Units
Information about which units each reading is provided in
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "units")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataUnits Units { get; set; }