Class: Google::Cloud::AppEngine::V1::ManualScaling
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ManualScaling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/version.rb
Overview
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
Instance Attribute Summary collapse
-
#instances ⇒ ::Integer
Number of instances to assign to the service at the start.
Instance Attribute Details
#instances ⇒ ::Integer
Returns Number of instances to assign to the service at the start. This number
can later be altered by using the
Modules API
set_num_instances()
function.
386 387 388 389 |
# File 'proto_docs/google/appengine/v1/version.rb', line 386 class ManualScaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |