class Google::Apis::GameservicesV1beta::DeployedFleetAutoscaler

Details about the Agones autoscaler.

Attributes

autoscaler[RW]

The name of the Agones autoscaler. Corresponds to the JSON property `autoscaler` @return [String]

fleet_autoscaler_spec[RW]

The autoscaler spec retrieved from Agones. Corresponds to the JSON property `fleetAutoscalerSpec` @return [String]

spec_source[RW]

Encapsulates Agones fleet spec and Agones autoscaler spec sources. Corresponds to the JSON property `specSource` @return [Google::Apis::GameservicesV1beta::SpecSource]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gameservices_v1beta/classes.rb, line 459
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/gameservices_v1beta/classes.rb, line 464
def update!(**args)
  @autoscaler = args[:autoscaler] if args.key?(:autoscaler)
  @fleet_autoscaler_spec = args[:fleet_autoscaler_spec] if args.key?(:fleet_autoscaler_spec)
  @spec_source = args[:spec_source] if args.key?(:spec_source)
end