Class LoadBalancerMonitoringMetricDataPoint


  • @ApiType("SoftLayer_Network_LBaaS_LoadBalancerMonitoringMetricDataPoint")
    public class LoadBalancerMonitoringMetricDataPoint
    extends Entity
    SoftLayer_Network_LBaaS_LoadBalancerMonitoringMetricDataPoint is a collection of datapoints retrieved from a load balancer instance. The available metrics are:
    • The metric value
    • The timestamp when the metric value was obtained
    See Also:
    SoftLayer_Network_LBaaS_LoadBalancerMonitoringMetricDataPoint
    • Constructor Detail

      • LoadBalancerMonitoringMetricDataPoint

        public LoadBalancerMonitoringMetricDataPoint()
    • Method Detail

      • getEpochTimestamp

        public Long getEpochTimestamp()
      • setEpochTimestamp

        public void setEpochTimestamp​(Long epochTimestamp)
      • isEpochTimestampSpecified

        public boolean isEpochTimestampSpecified()
      • unsetEpochTimestamp

        public void unsetEpochTimestamp()
      • setValue

        public void setValue​(BigDecimal value)
      • isValueSpecified

        public boolean isValueSpecified()
      • unsetValue

        public void unsetValue()