public sealed class GameServerClusterConnectionInfo : IMessage<GameServerClusterConnectionInfo>, IEquatable<GameServerClusterConnectionInfo>, IDeepCloneable<GameServerClusterConnectionInfo>, IBufferMessage, IMessageReference documentation and code samples for the Game Services v1 API class GameServerClusterConnectionInfo.
The game server cluster connection information.
Implements
IMessage<GameServerClusterConnectionInfo>, IEquatable<GameServerClusterConnectionInfo>, IDeepCloneable<GameServerClusterConnectionInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
GameServerClusterConnectionInfo()
public GameServerClusterConnectionInfo()GameServerClusterConnectionInfo(GameServerClusterConnectionInfo)
public GameServerClusterConnectionInfo(GameServerClusterConnectionInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
GameServerClusterConnectionInfo |
Properties
ClusterReferenceCase
public GameServerClusterConnectionInfo.ClusterReferenceOneofCase ClusterReferenceCase { get; }| Property Value | |
|---|---|
| Type | Description |
GameServerClusterConnectionInfo.ClusterReferenceOneofCase |
|
GkeClusterReference
public GkeClusterReference GkeClusterReference { get; set; }Reference to the GKE cluster where the game servers are installed.
| Property Value | |
|---|---|
| Type | Description |
GkeClusterReference |
|
Namespace
public string Namespace { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
String |
|