DeploymentReadyOption class
Information about how traffic is rerouted to instances in a replacement environment in a blue/green deployment.
Constructors
- DeploymentReadyOption({DeploymentReadyAction? actionOnTimeout, int? waitTimeInMinutes})
-
DeploymentReadyOption.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actionOnTimeout → DeploymentReadyAction?
-
Information about when to reroute traffic from an original environment to a
replacement environment in a blue/green deployment.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- waitTimeInMinutes → int?
-
The number of minutes to wait before the status of a blue/green deployment
is changed to Stopped if rerouting is not started manually. Applies only to
the
STOP_DEPLOYMENT
option foractionOnTimeout
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited