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

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

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

A reference to a GKE cluster.

Inheritance

object > GkeClusterReference

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.dll

Constructors

GkeClusterReference()

public GkeClusterReference()

GkeClusterReference(GkeClusterReference)

public GkeClusterReference(GkeClusterReference other)
Parameter
NameDescription
otherGkeClusterReference

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
TypeDescription
string