Class: Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails::TargetFleetAutoscaler
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails::TargetFleetAutoscaler
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/common.rb
Overview
Target Agones autoscaler policy reference.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the Agones autoscaler.
-
#spec_source ⇒ ::Google::Cloud::Gaming::V1::SpecSource
Encapsulates the source of the Agones fleet spec.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the Agones autoscaler.
215 216 217 218 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 215 class TargetFleetAutoscaler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spec_source ⇒ ::Google::Cloud::Gaming::V1::SpecSource
Returns Encapsulates the source of the Agones fleet spec. Details about the Agones autoscaler spec.
215 216 217 218 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 215 class TargetFleetAutoscaler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |