GameServerCluster(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A game server cluster resource.
Attributes | |
---|---|
Name | Description |
name |
str
Required. The resource name of the game server cluster. Uses the 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 |
MutableMapping[str, str]
The labels associated with this game server cluster. Each label is a key-value pair. |
connection_info |
google.cloud.gaming_v1beta.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. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |