Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::RevisionScaling.
Settings for revision-level scaling settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_instance_count
def max_instance_count() -> ::Integer
Returns
- (::Integer) — Optional. Maximum number of serving instances that this resource should have.
#max_instance_count=
def max_instance_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Maximum number of serving instances that this resource should have.
Returns
- (::Integer) — Optional. Maximum number of serving instances that this resource should have.
#min_instance_count
def min_instance_count() -> ::Integer
Returns
- (::Integer) — Optional. Minimum number of serving instances that this resource should have.
#min_instance_count=
def min_instance_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Minimum number of serving instances that this resource should have.
Returns
- (::Integer) — Optional. Minimum number of serving instances that this resource should have.