Class: Google::Cloud::Run::V2::WorkerPoolScaling
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::WorkerPoolScaling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/vendor_settings.rb
Overview
Worker pool scaling settings.
Instance Attribute Summary collapse
-
#manual_instance_count ⇒ ::Integer
Optional.
Instance Attribute Details
#manual_instance_count ⇒ ::Integer
Returns Optional. The total number of instances in manual scaling mode.
170 171 172 173 |
# File 'proto_docs/google/cloud/run/v2/vendor_settings.rb', line 170 class WorkerPoolScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |