Class: Google::Cloud::Run::V2::RevisionScaling
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::RevisionScaling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/vendor_settings.rb
Overview
Settings for revision-level scaling settings.
Instance Attribute Summary collapse
-
#max_instance_count ⇒ ::Integer
Optional.
-
#min_instance_count ⇒ ::Integer
Optional.
Instance Attribute Details
#max_instance_count ⇒ ::Integer
Returns Optional. Maximum number of serving instances that this resource should have. When unspecified, the field is set to the server default value of
- For more information see https://cloud.google.com/run/docs/configuring/max-instances.
112 113 114 115 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 112 class RevisionScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_instance_count ⇒ ::Integer
Returns Optional. Minimum number of serving instances that this resource should have.
112 113 114 115 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 112 class RevisionScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |