GoogleApi.GameServices.V1.Model.GameServerClusterConnectionInfo (google_api_game_services v0.10.2) View Source
The game server cluster connection information.
Attributes
-
gkeClusterReference
(type:GoogleApi.GameServices.V1.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
Specs
t() :: %GoogleApi.GameServices.V1.Model.GameServerClusterConnectionInfo{ gkeClusterReference: GoogleApi.GameServices.V1.Model.GkeClusterReference.t() | nil, namespace: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.