Class GetGameServerClusterRequest (1.3.0)

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

Request message for GameServerClustersService.GetGameServerCluster.

Attributes

NameDescription
name str
Required. The name of the game server cluster to retrieve, in the following form: projects/{project}/locations/{location}/realms/{realm-id}/gameServerClusters/{cluster}.
view google.cloud.gaming_v1.types.GameServerClusterView
Optional. View for the returned GameServerCluster objects. When FULL is specified, the cluster_state field is also returned in the GameServerCluster object, which includes the state of the referenced Kubernetes cluster such as versions and provider info. The default/unset value is GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, same as BASIC, which does not return the cluster_state field.