EndpointConfigurationShadowProductionVariantManagedInstanceScaling class
Constructors
-
EndpointConfigurationShadowProductionVariantManagedInstanceScaling({Input<
int?> ? maxInstanceCount, Input<int?> ? minInstanceCount, Input<String?> ? status}) -
Creates a new EndpointConfigurationShadowProductionVariantManagedInstanceScaling.
maxInstanceCountMaximum number of instances that the endpoint can provision when it scales up to accommodate an increase in traffic.minInstanceCountMinimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in traffic.statusWhether managed instance scaling is enabled. Valid values areENABLEDandDISABLED.const -
EndpointConfigurationShadowProductionVariantManagedInstanceScaling.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
maxInstanceCount
→ Input<
int?> ? -
Maximum number of instances that the endpoint can provision when it scales up to accommodate an increase in traffic.
final
-
minInstanceCount
→ Input<
int?> ? -
Minimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in traffic.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
status
→ Input<
String?> ? -
Whether managed instance scaling is enabled. Valid values are
ENABLEDandDISABLED.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