Class GameServerCluster (1.2.1)

GameServerCluster(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A game server cluster resource.

Attributes

NameDescription
name str
Required. The resource name of the game server cluster, in the following form: projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}. For example, projects/my-project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem-cluster.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The last-modified time.
labels Sequence[google.cloud.gaming_v1.types.GameServerCluster.LabelsEntry]
The labels associated with this game server cluster. Each label is a key-value pair.
connection_info google.cloud.gaming_v1.types.GameServerClusterConnectionInfo
The game server cluster connection information. This information is used to manage game server clusters.
etag str
ETag of the resource.
description str
Human readable description of the cluster.
cluster_state google.cloud.gaming_v1.types.KubernetesClusterState
Output only. The state of the Kubernetes cluster, this will be available if 'view' is set to FULL in the relevant List/Get/Preview request.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.