Class GameServerDeploymentState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.GameServices
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GameServerDeploymentState : ResourceArgs
Constructors
View SourceGameServerDeploymentState()
Declaration
public GameServerDeploymentState()
Properties
View SourceDeploymentId
A unique id for the deployment.
Declaration
public Input<string> DeploymentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Human readable description of the game server deployment.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
The labels associated with this game server deployment. Each label is a key-value pair.
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Location
Location of the Deployment.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The resource id of the game server deployment, eg: 'projects/{project_id}/locations/{location}/gameServerDeployments/{deployment_id}'. For example, 'projects/my-project/locations/{location}/gameServerDeployments/my-deployment'.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |