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

The Game Server Cluster connection information.

Attributes

  • gkeClusterReference (type: GoogleApi.GameServices.V1beta.Model.GkeClusterReference.t, default: nil) - Reference to the GKE cluster where the game servers are installed.
  • namespace (type: String.t, default: nil) - Namespace designated on the Game Server Cluster where the Agones game server instances will be created. Existence of the namespace will be validated during creation.

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.GameServerClusterConnectionInfo{
  gkeClusterReference:
    GoogleApi.GameServices.V1beta.Model.GkeClusterReference.t(),
  namespace: String.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.