Class GkeClusterReference (2.0.0)

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

A reference to a GKE cluster.

Inheritance

Object > GkeClusterReference

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.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