Class: Google::Apis::GameservicesV1beta::TargetFleetDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gameservices_v1beta/classes.rb,
lib/google/apis/gameservices_v1beta/representations.rb,
lib/google/apis/gameservices_v1beta/representations.rb

Overview

Details of the target Agones fleet.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TargetFleetDetails

Returns a new instance of TargetFleetDetails.



2176
2177
2178
# File 'lib/google/apis/gameservices_v1beta/classes.rb', line 2176

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#autoscalerGoogle::Apis::GameservicesV1beta::TargetFleetAutoscaler

Target Agones autoscaler policy reference. Corresponds to the JSON property autoscaler



2169
2170
2171
# File 'lib/google/apis/gameservices_v1beta/classes.rb', line 2169

def autoscaler
  @autoscaler
end

#fleetGoogle::Apis::GameservicesV1beta::TargetFleet

Target Agones fleet specification. Corresponds to the JSON property fleet



2174
2175
2176
# File 'lib/google/apis/gameservices_v1beta/classes.rb', line 2174

def fleet
  @fleet
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2181
2182
2183
2184
# File 'lib/google/apis/gameservices_v1beta/classes.rb', line 2181

def update!(**args)
  @autoscaler = args[:autoscaler] if args.key?(:autoscaler)
  @fleet = args[:fleet] if args.key?(:fleet)
end