public sealed class GameServerClusterConnectionInfo : IMessage<GameServerClusterConnectionInfo>, IEquatable<GameServerClusterConnectionInfo>, IDeepCloneable<GameServerClusterConnectionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class GameServerClusterConnectionInfo.
The game server cluster connection information.
Implements
IMessageGameServerClusterConnectionInfo, IEquatableGameServerClusterConnectionInfo, IDeepCloneableGameServerClusterConnectionInfo, 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 |
GameServerClusterConnectionInfoClusterReferenceOneofCase |
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 |