Class: Google::Cloud::Run::V2::RevisionScaling

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#max_instance_count::Integer

Returns Maximum number of serving instances that this resource should have.

Returns:

  • (::Integer)

    Maximum number of serving instances that this resource should have.



104
105
106
107
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 104

class RevisionScaling
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min_instance_count::Integer

Returns Minimum number of serving instances that this resource should have.

Returns:

  • (::Integer)

    Minimum number of serving instances that this resource should have.



104
105
106
107
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 104

class RevisionScaling
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end