GameServerCluster

class GameServerCluster : KotlinCustomResource

A game server cluster resource. To get more information about GameServerCluster, see:

Example Usage

{{% /examples %}}

Import

GameServerCluster can be imported using any of these accepted formats

$ pulumi import gcp:gameservices/gameServerCluster:GameServerCluster default projects/{{project}}/locations/{{location}}/realms/{{realm_id}}/gameServerClusters/{{cluster_id}}
$ pulumi import gcp:gameservices/gameServerCluster:GameServerCluster default {{project}}/{{location}}/{{realm_id}}/{{cluster_id}}
$ pulumi import gcp:gameservices/gameServerCluster:GameServerCluster default {{location}}/{{realm_id}}/{{cluster_id}}

Properties

Link copied to clipboard
val clusterId: Output<String>

Required. The resource name of the game server cluster

Link copied to clipboard

Game server cluster connection information. This information is used to manage game server clusters. Structure is documented below.

Link copied to clipboard
val description: Output<String>?

Human readable description of the cluster.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>?

The labels associated with this game server cluster. Each label is a key-value pair.

Link copied to clipboard
val location: Output<String>?

Location of the Cluster.

Link copied to clipboard
val name: Output<String>

The resource id of the game server cluster, eg: projects/{project_id}/locations/{location}/realms/{realm_id}/gameServerClusters/{cluster_id}. For example, projects/my-project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem-cluster.

Link copied to clipboard
val project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val realmId: Output<String>

The realm id of the game server realm.

Link copied to clipboard
val urn: Output<String>