SimulationConfig

orchescala.simulation.SimulationConfig
case class SimulationConfig(tenantId: Option[String], maxCount: Int, endpoint: String, logLevel: LogLevel)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withMaxCount(maxCount: Int): SimulationConfig
def withPort(port: Int): SimulationConfig
def withTenantId(tenantId: String): SimulationConfig

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val cockpitUrl: String
lazy val tenantPath: String