Class LoadBalancerMonitoringMetricDataPoint

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.lbaas.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
  • Field Details

  • Constructor Details

    • LoadBalancerMonitoringMetricDataPoint

      public LoadBalancerMonitoringMetricDataPoint()
  • Method Details

    • getEpochTimestamp

      public Long getEpochTimestamp()
    • setEpochTimestamp

      public void setEpochTimestamp​(Long epochTimestamp)
    • isEpochTimestampSpecified

      public boolean isEpochTimestampSpecified()
    • unsetEpochTimestamp

      public void unsetEpochTimestamp()
    • getValue

      public BigDecimal getValue()
    • setValue

      public void setValue​(BigDecimal value)
    • isValueSpecified

      public boolean isValueSpecified()
    • unsetValue

      public void unsetValue()