class Google::Apis::GameservicesV1beta::DeployedFleetDetails
Details of the deployed Agones fleet.
Attributes
deployed_autoscaler[RW]
Details about the Agones autoscaler. Corresponds to the JSON property `deployedAutoscaler` @return [Google::Apis::GameservicesV1beta::DeployedFleetAutoscaler]
deployed_fleet[RW]
Agones fleet specification and details. Corresponds to the JSON property `deployedFleet` @return [Google::Apis::GameservicesV1beta::DeployedFleet]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gameservices_v1beta/classes.rb, line 485 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 490 def update!(**args) @deployed_autoscaler = args[:deployed_autoscaler] if args.key?(:deployed_autoscaler) @deployed_fleet = args[:deployed_fleet] if args.key?(:deployed_fleet) end