Class: Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleetAutoscaler
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleetAutoscaler
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/common.rb
Overview
Details about the Agones autoscaler.
Instance Attribute Summary collapse
-
#autoscaler ⇒ ::String
The name of the Agones autoscaler.
-
#fleet_autoscaler_spec ⇒ ::String
The autoscaler spec retrieved from Agones.
-
#spec_source ⇒ ::Google::Cloud::Gaming::V1::SpecSource
The source spec that is used to create the autoscaler.
Instance Attribute Details
#autoscaler ⇒ ::String
Returns The name of the Agones autoscaler.
294 295 296 297 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 294 class DeployedFleetAutoscaler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fleet_autoscaler_spec ⇒ ::String
Returns The autoscaler spec retrieved from Agones.
294 295 296 297 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 294 class DeployedFleetAutoscaler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spec_source ⇒ ::Google::Cloud::Gaming::V1::SpecSource
Returns The source spec that is used to create the autoscaler. The GameServerConfig resource may no longer exist in the system.
294 295 296 297 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 294 class DeployedFleetAutoscaler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |