EndpointDeploymentConfigBlueGreenUpdatePolicy class

Constructors

EndpointDeploymentConfigBlueGreenUpdatePolicy({Input<int?>? maximumExecutionTimeoutInSeconds, Input<int?>? terminationWaitInSeconds, required Input<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration> trafficRoutingConfiguration})
Creates a new EndpointDeploymentConfigBlueGreenUpdatePolicy. maximumExecutionTimeoutInSeconds Optional. terminationWaitInSeconds Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is 0. Valid values are between 0 and 3600. trafficRoutingConfiguration Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment. See Traffic Routing Configuration.
const
EndpointDeploymentConfigBlueGreenUpdatePolicy.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maximumExecutionTimeoutInSeconds → Input<int?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminationWaitInSeconds → Input<int?>?
Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is 0. Valid values are between 0 and 3600.
final
trafficRoutingConfiguration → Input<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration>
Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment. See Traffic Routing Configuration.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited