MetricValueStatus

final case class MetricValueStatus(averageUtilization: Option[Int], averageValue: Option[Quantity], value: Option[Quantity])

MetricValueStatus holds the current value for a metric

Source:
MetricValueStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if averageUtilization has a value, transforms to the result of function

if averageUtilization has a value, transforms to the result of function

Source:
MetricValueStatus.scala

if averageValue has a value, transforms to the result of function

if averageValue has a value, transforms to the result of function

Source:
MetricValueStatus.scala

if value has a value, transforms to the result of function

if value has a value, transforms to the result of function

Source:
MetricValueStatus.scala

Returns a new data with averageUtilization set to new value

Returns a new data with averageUtilization set to new value

Source:
MetricValueStatus.scala

Returns a new data with averageValue set to new value

Returns a new data with averageValue set to new value

Source:
MetricValueStatus.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Source:
MetricValueStatus.scala

Inherited methods

Inherited from:
Product