DeploymentConfigTrafficRoutingConfig class
Constructors
-
DeploymentConfigTrafficRoutingConfig({Input<
DeploymentConfigTrafficRoutingConfigTimeBasedCanary?> ? timeBasedCanary, Input<DeploymentConfigTrafficRoutingConfigTimeBasedLinear?> ? timeBasedLinear, Input<String?> ? type}) -
Creates a new DeploymentConfigTrafficRoutingConfig.
timeBasedCanaryThe time based canary configuration information. IftypeisTimeBasedLinear, usetimeBasedLinearinstead.timeBasedLinearThe time based linear configuration information. IftypeisTimeBasedCanary, usetimeBasedCanaryinstead.typeType of traffic routing config. One ofTimeBasedCanary,TimeBasedLinear,AllAtOnce.const -
DeploymentConfigTrafficRoutingConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
timeBasedCanary
→ Input<
DeploymentConfigTrafficRoutingConfigTimeBasedCanary?> ? -
The time based canary configuration information. If
typeisTimeBasedLinear, usetimeBasedLinearinstead.final -
timeBasedLinear
→ Input<
DeploymentConfigTrafficRoutingConfigTimeBasedLinear?> ? -
The time based linear configuration information. If
typeisTimeBasedCanary, usetimeBasedCanaryinstead.final -
type
→ Input<
String?> ? -
Type of traffic routing config. One of
TimeBasedCanary,TimeBasedLinear,AllAtOnce.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