DeploymentConfigTrafficRoutingConfig class

Constructors

DeploymentConfigTrafficRoutingConfig({Input<DeploymentConfigTrafficRoutingConfigTimeBasedCanary?>? timeBasedCanary, Input<DeploymentConfigTrafficRoutingConfigTimeBasedLinear?>? timeBasedLinear, Input<String?>? type})
Creates a new DeploymentConfigTrafficRoutingConfig. timeBasedCanary The time based canary configuration information. If type is TimeBasedLinear, use timeBasedLinear instead. timeBasedLinear The time based linear configuration information. If type is TimeBasedCanary, use timeBasedCanary instead. type Type of traffic routing config. One of TimeBasedCanary, 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 type is TimeBasedLinear, use timeBasedLinear instead.
final
timeBasedLinear → Input<DeploymentConfigTrafficRoutingConfigTimeBasedLinear?>?
The time based linear configuration information. If type is TimeBasedCanary, use timeBasedCanary instead.
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