Game Services v1 API - Class GameServerClusterConnectionInfo (2.1.0)

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.

Inheritance

Object > GameServerClusterConnectionInfo

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

GameServerClusterConnectionInfo()

public GameServerClusterConnectionInfo()

GameServerClusterConnectionInfo(GameServerClusterConnectionInfo)

public GameServerClusterConnectionInfo(GameServerClusterConnectionInfo other)
Parameter
NameDescription
otherGameServerClusterConnectionInfo

Properties

ClusterReferenceCase

public GameServerClusterConnectionInfo.ClusterReferenceOneofCase ClusterReferenceCase { get; }
Property Value
TypeDescription
GameServerClusterConnectionInfo.ClusterReferenceOneofCase

GkeClusterReference

public GkeClusterReference GkeClusterReference { get; set; }

Reference to the GKE cluster where the game servers are installed.

Property Value
TypeDescription
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
TypeDescription
String