EndpointConfigurationShadowProductionVariantManagedInstanceScaling class

Constructors

EndpointConfigurationShadowProductionVariantManagedInstanceScaling({Input<int?>? maxInstanceCount, Input<int?>? minInstanceCount, Input<String?>? status})
Creates a new EndpointConfigurationShadowProductionVariantManagedInstanceScaling. maxInstanceCount Maximum number of instances that the endpoint can provision when it scales up to accommodate an increase in traffic. minInstanceCount Minimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in traffic. status Whether managed instance scaling is enabled. Valid values are ENABLED and DISABLED.
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 ENABLED and DISABLED.
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