Class

nelson.storage.H2Storage

TrafficShiftRow

Related Doc: package H2Storage

Permalink

final case class TrafficShiftRow(policy: String, startTime: Instant, duration: FiniteDuration, reverseTime: Option[Instant], sourceDeploymentId: ID, sourceUnitId: ID, sourceNamespaceId: ID, sourceHash: String, sourceDeploymentTime: Instant, sourceWorkflow: WorkflowRef, sourcePlan: PlanRef, sourceGuid: GUID, sourceExpirationPolicy: ExpirationPolicyRef, sourceRenderedBlueprint: Option[String], targetDeploymentId: ID, targetUnitId: ID, targetNamespaceId: ID, targetHash: String, targetDeploymentTime: Instant, targetWorkflow: WorkflowRef, targetPlan: PlanRef, targetGuid: GUID, targetExpirationPolicy: ExpirationPolicyRef, targetRenderedBlueprint: Option[String]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrafficShiftRow
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrafficShiftRow(policy: String, startTime: Instant, duration: FiniteDuration, reverseTime: Option[Instant], sourceDeploymentId: ID, sourceUnitId: ID, sourceNamespaceId: ID, sourceHash: String, sourceDeploymentTime: Instant, sourceWorkflow: WorkflowRef, sourcePlan: PlanRef, sourceGuid: GUID, sourceExpirationPolicy: ExpirationPolicyRef, sourceRenderedBlueprint: Option[String], targetDeploymentId: ID, targetUnitId: ID, targetNamespaceId: ID, targetHash: String, targetDeploymentTime: Instant, targetWorkflow: WorkflowRef, targetPlan: PlanRef, targetGuid: GUID, targetExpirationPolicy: ExpirationPolicyRef, targetRenderedBlueprint: Option[String])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val duration: FiniteDuration

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  13. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. val policy: String

    Permalink
  15. val reverseTime: Option[Instant]

    Permalink
  16. val sourceDeploymentId: ID

    Permalink
  17. val sourceDeploymentTime: Instant

    Permalink
  18. val sourceExpirationPolicy: ExpirationPolicyRef

    Permalink
  19. val sourceGuid: GUID

    Permalink
  20. val sourceHash: String

    Permalink
  21. val sourceNamespaceId: ID

    Permalink
  22. val sourcePlan: PlanRef

    Permalink
  23. val sourceRenderedBlueprint: Option[String]

    Permalink
  24. val sourceUnitId: ID

    Permalink
  25. val sourceWorkflow: WorkflowRef

    Permalink
  26. val startTime: Instant

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. val targetDeploymentId: ID

    Permalink
  29. val targetDeploymentTime: Instant

    Permalink
  30. val targetExpirationPolicy: ExpirationPolicyRef

    Permalink
  31. val targetGuid: GUID

    Permalink
  32. val targetHash: String

    Permalink
  33. val targetNamespaceId: ID

    Permalink
  34. val targetPlan: PlanRef

    Permalink
  35. val targetRenderedBlueprint: Option[String]

    Permalink
  36. val targetUnitId: ID

    Permalink
  37. val targetWorkflow: WorkflowRef

    Permalink
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped