final case class TrafficShift(from: Deployment, to: Deployment, policy: TrafficShiftPolicy, start: Instant, duration: FiniteDuration, reverse: Option[Instant]) extends Target with Product with Serializable
- Source
- Datacenter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TrafficShift
- Serializable
- Serializable
- Product
- Equals
- Target
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TrafficShift(from: Deployment, to: Deployment, policy: TrafficShiftPolicy, start: Instant, duration: FiniteDuration, reverse: Option[Instant])
Value Members
-
val
deploymentTarget: Deployment
- Definition Classes
- TrafficShift → Target
-
def
deployments: Vector[Deployment]
- Definition Classes
- TrafficShift → Target
- val duration: FiniteDuration
- lazy val end: Instant
- val from: Deployment
- def fromValue: Double
- def inProgress(ts: Instant): Boolean
- val policy: TrafficShiftPolicy
- val reverse: Option[Instant]
-
val
serviceType: UnitName
- Definition Classes
- TrafficShift → Target
- val start: Instant
- val to: Deployment