GoogleApi.GameServices.V1beta.Model.GameServerClusterConnectionInfo (google_api_game_services v0.10.2) 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. -
gkeHubClusterReference
(type:GoogleApi.GameServices.V1beta.Model.GkeHubClusterReference.t
, default:nil
) - Reference to a Kubernetes cluster registered through GKE Hub. See https://cloud.google.com/anthos/multicluster-management/ for more information about registering Kubernetes clusters. -
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.V1beta.Model.GameServerClusterConnectionInfo{ gkeClusterReference: GoogleApi.GameServices.V1beta.Model.GkeClusterReference.t() | nil, gkeHubClusterReference: GoogleApi.GameServices.V1beta.Model.GkeHubClusterReference.t() | nil, namespace: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.