Google Cloud for Games v1beta API - Class GameServerClusterConnectionInfo (2.0.0-beta03)

public sealed class GameServerClusterConnectionInfo : IMessage<GameServerClusterConnectionInfo>, IEquatable<GameServerClusterConnectionInfo>, IDeepCloneable<GameServerClusterConnectionInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud for Games v1beta API class GameServerClusterConnectionInfo.

The game server cluster connection information.

Inheritance

object > GameServerClusterConnectionInfo

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.dll

Constructors

GameServerClusterConnectionInfo()

public GameServerClusterConnectionInfo()

GameServerClusterConnectionInfo(GameServerClusterConnectionInfo)

public GameServerClusterConnectionInfo(GameServerClusterConnectionInfo other)
Parameter
NameDescription
otherGameServerClusterConnectionInfo

Properties

ClusterReferenceCase

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

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