GoogleCloudRunV2ServiceScaling class

Scaling settings applied at the service level rather than at the revision level.

Constructors

GoogleCloudRunV2ServiceScaling.new({int? manualInstanceCount, int? maxInstanceCount, int? minInstanceCount, String? scalingMode})
GoogleCloudRunV2ServiceScaling.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
manualInstanceCount int?
total instance count for the service in manual scaling mode.
getter/setter pair
maxInstanceCount int?
total max instances for the service.
getter/setter pair
minInstanceCount int?
total min instances for the service.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalingMode String?
The scaling mode for the service.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited