google_api_game_services v0.3.0 GoogleApi.GameServices.V1beta.Model.DeployedFleetAutoscaler View Source

Details about the Agones autoscaler.

Attributes

  • autoscaler (type: String.t, default: nil) - The name of the Agones autoscaler.
  • fleetAutoscalerSpec (type: String.t, default: nil) - The autoscaler spec retrieved from Agones.
  • specSource (type: GoogleApi.GameServices.V1beta.Model.SpecSource.t, default: nil) - The source spec that is used to create the autoscaler. The GameServerConfig resource may no longer exist in the system.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.GameServices.V1beta.Model.DeployedFleetAutoscaler{
  autoscaler: String.t(),
  fleetAutoscalerSpec: String.t(),
  specSource: GoogleApi.GameServices.V1beta.Model.SpecSource.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.