Game Services v1 API - Class PreviewCreateGameServerClusterResponse (2.2.0)

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

Reference documentation and code samples for the Game Services v1 API class PreviewCreateGameServerClusterResponse.

Response message for GameServerClustersService.PreviewCreateGameServerCluster.

Inheritance

object > PreviewCreateGameServerClusterResponse

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

PreviewCreateGameServerClusterResponse()

public PreviewCreateGameServerClusterResponse()

PreviewCreateGameServerClusterResponse(PreviewCreateGameServerClusterResponse)

public PreviewCreateGameServerClusterResponse(PreviewCreateGameServerClusterResponse other)
Parameter
NameDescription
otherPreviewCreateGameServerClusterResponse

Properties

ClusterState

public KubernetesClusterState ClusterState { get; set; }

Output only. The state of the Kubernetes cluster in preview, this will be available if 'view' is set to FULL in the relevant List/Get/Preview request.

Property Value
TypeDescription
KubernetesClusterState

Etag

public string Etag { get; set; }

The ETag of the game server cluster.

Property Value
TypeDescription
string

TargetState

public TargetState TargetState { get; set; }

The target state.

Property Value
TypeDescription
TargetState