google_api_game_services v0.2.2 GoogleApi.GameServices.V1beta.Model.GameServerConfig View Source

A Game Server Config resource.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The creation time.

  • description (type: String.t, default: nil) - The description of the Game Server Config.

  • fleetConfigs (type: list(GoogleApi.GameServices.V1beta.Model.FleetConfig.t), default: nil) - FleetConfig contains a list of Agones fleet specs. Only one FleetConfig is allowed.

  • labels (type: map(), default: nil) - The labels associated with this Game Server Config. Each label is a key-value pair.

  • name (type: String.t, default: nil) - The resource name of the Game Server Config. Uses the form:

    projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}. For example,

    projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config.

  • scalingConfigs (type: list(GoogleApi.GameServices.V1beta.Model.ScalingConfig.t), default: nil) - The autoscaling settings.

  • updateTime (type: DateTime.t, default: nil) - Output only. The last-modified time.

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.GameServerConfig{
  createTime: DateTime.t(),
  description: String.t(),
  fleetConfigs: [GoogleApi.GameServices.V1beta.Model.FleetConfig.t()],
  labels: map(),
  name: String.t(),
  scalingConfigs: [GoogleApi.GameServices.V1beta.Model.ScalingConfig.t()],
  updateTime: DateTime.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.