Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelcius
Thresholds for the temperature in celsius of the port
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelcius
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelcius
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelcius()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelcius()
Properties
Error
Error thresholds for the temperature in celsius of the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "error")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelciusError Error { get; set; }
Property Value
Warning
Warning thresholds for the temperature in celsius of the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "warning")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelciusWarning Warning { get; set; }