Class: Google::Cloud::Gaming::V1::DeployedFleetDetails::DeployedFleetAutoscaler

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#autoscaler::String

Returns The name of the Agones autoscaler.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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