MetricTarget

final case class MetricTarget(`type`: String, averageUtilization: Option[Int], averageValue: Option[Quantity], value: Option[Quantity])

MetricTarget defines the target value, average value, or average utilization of a specific metric

Source:
MetricTarget.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:
MetricTarget.scala

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

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

Source:
MetricTarget.scala

transforms type to result of function

transforms type to result of function

Source:
MetricTarget.scala

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

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

Source:
MetricTarget.scala

Returns a new data with averageUtilization set to new value

Returns a new data with averageUtilization set to new value

Source:
MetricTarget.scala

Returns a new data with averageValue set to new value

Returns a new data with averageValue set to new value

Source:
MetricTarget.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
MetricTarget.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Source:
MetricTarget.scala

Inherited methods

Inherited from:
Product