ResourceQuotaStatus

final case class ResourceQuotaStatus(hard: Option[Map[String, Quantity]], used: Option[Map[String, Quantity]])

ResourceQuotaStatus defines the enforced hard limits and observed use.

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

Value members

Concrete methods

Adds new values to hard

Adds new values to hard

Source:
ResourceQuotaStatus.scala

Adds new values to used

Adds new values to used

Source:
ResourceQuotaStatus.scala

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

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

Source:
ResourceQuotaStatus.scala

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

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

Source:
ResourceQuotaStatus.scala

Returns a new data with hard set to new value

Returns a new data with hard set to new value

Source:
ResourceQuotaStatus.scala

Returns a new data with used set to new value

Returns a new data with used set to new value

Source:
ResourceQuotaStatus.scala

Inherited methods

Inherited from:
Product