Class RealmState
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 RealmState : ResourceArgs
Constructors
View SourceRealmState()
Declaration
public RealmState()
Properties
View SourceDescription
Human readable description of the realm.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Etag
ETag of the resource.
Declaration
public Input<string> Etag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
The labels associated with this realm. 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 Realm.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The resource id of the realm, of the form: 'projects/{project_id}/locations/{location}/realms/{realm_id}'. For example, 'projects/my-project/locations/{location}/realms/my-realm'.
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> |
RealmId
GCP region of the Realm.
Declaration
public Input<string> RealmId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TimeZone
Required. Time zone where all realm-specific policies are evaluated. The value of this field must be from the IANA time zone database: https://www.iana.org/time-zones.
Declaration
public Input<string> TimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |