public sealed class GkeClusterReference : IMessage<GkeClusterReference>, IEquatable<GkeClusterReference>, IDeepCloneable<GkeClusterReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class GkeClusterReference.
A reference to a GKE cluster.
Implements
IMessageGkeClusterReference, IEquatableGkeClusterReference, IDeepCloneableGkeClusterReference, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
GkeClusterReference()
public GkeClusterReference()
GkeClusterReference(GkeClusterReference)
public GkeClusterReference(GkeClusterReference other)
Parameter | |
---|---|
Name | Description |
other | GkeClusterReference |
Properties
Cluster
public string Cluster { get; set; }
The full or partial name of a GKE cluster, using one of the following forms:
projects/{project}/locations/{location}/clusters/{cluster}
locations/{location}/clusters/{cluster}
{cluster}
If project and location are not specified, the project and location of the GameServerCluster resource are used to generate the full name of the GKE cluster.
Property Value | |
---|---|
Type | Description |
string |