EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize class
Constructors
-
EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize({required Input<
String> type, required Input<int> value}) -
Creates a new EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize.
typeSpecifies the endpoint capacity type. Valid values are:INSTANCE_COUNT, orCAPACITY_PERCENT.valueDefines the capacity size, either as a number of instances or a capacity percentage.const -
EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize.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
-
type
→ Input<
String> -
Specifies the endpoint capacity type. Valid values are:
INSTANCE_COUNT, orCAPACITY_PERCENT.final -
value
→ Input<
int> -
Defines the capacity size, either as a number of instances or a capacity percentage.
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