Class: Google::Cloud::Run::V2::RevisionScalingStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::RevisionScalingStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/status.rb
Overview
Effective settings for the current revision
Instance Attribute Summary collapse
-
#desired_min_instance_count ⇒ ::Integer
The current number of min instances provisioned for this revision.
Instance Attribute Details
#desired_min_instance_count ⇒ ::Integer
Returns The current number of min instances provisioned for this revision.
28 29 30 31 |
# File 'proto_docs/google/cloud/run/v2/status.rb', line 28 class RevisionScalingStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |