GoogleApi.GameServices.V1beta.Model.DeployedFleetStatus (google_api_game_services v0.8.3) View Source

DeployedFleetStatus has details about the Agones fleets such as how many are running, how many allocated, and so on.

Attributes

  • allocatedReplicas (type: String.t, default: nil) - The number of GameServer replicas in the ALLOCATED state in this fleet.
  • readyReplicas (type: String.t, default: nil) - The number of GameServer replicas in the READY state in this fleet.
  • replicas (type: String.t, default: nil) - The total number of current GameServer replicas in this fleet.
  • reservedReplicas (type: String.t, default: nil) - The number of GameServer replicas in the RESERVED state in this fleet. Reserved instances won't be deleted on scale down, but won't cause an autoscaler to scale up.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GameServices.V1beta.Model.DeployedFleetStatus{
  allocatedReplicas: String.t() | nil,
  readyReplicas: String.t() | nil,
  replicas: String.t() | nil,
  reservedReplicas: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.