VolumeNodeResources

final case class VolumeNodeResources(count: Option[Int])

VolumeNodeResources is a set of resource limits for scheduling of volumes.

Companion:
object
Source:
VolumeNodeResources.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
VolumeNodeResources.scala

Returns a new data with count set to new value

Returns a new data with count set to new value

Source:
VolumeNodeResources.scala

Inherited methods

Inherited from:
Product