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 Optional. Maximum number of serving instances that this resource should have.

Returns:

  • (::Integer)

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



110
111
112
113
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 110

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.

Returns:

  • (::Integer)

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



110
111
112
113
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 110

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