Environment

object Environment
class Object
trait Matchable
class Any

Value members

Concrete methods

def id: SelectionBuilder[Environment, String]

ID of the environment.

ID of the environment.

def latestOpenedMostSevereAlert[A](innerSelection: SelectionBuilder[AlertManagementAlert, A]): SelectionBuilder[Environment, Option[A]]

The most severe open alert for the environment. If multiple alerts have equal severity, the most recent is returned.

The most severe open alert for the environment. If multiple alerts have equal severity, the most recent is returned.

def metricsDashboard[A](path: String)(innerSelection: SelectionBuilder[MetricsDashboard, A]): SelectionBuilder[Environment, Option[A]]

Metrics dashboard schema for the environment.

Metrics dashboard schema for the environment.

def name: SelectionBuilder[Environment, String]

Human-readable name of the environment.

Human-readable name of the environment.

def path: SelectionBuilder[Environment, String]

The path to the environment.

The path to the environment.

def state: SelectionBuilder[Environment, String]

State of the environment, for example: available/stopped.

State of the environment, for example: available/stopped.