Class InstanceArgs
Inherited Members
Namespace: Pulumi.Gcp.Spanner
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceArgs : ResourceArgs
Constructors
View SourceInstanceArgs()
Declaration
public InstanceArgs()
Properties
View SourceConfig
The name of the instance's configuration (similar but not
quite the same as a region) which defines defines the geographic placement and
replication of your databases in this instance. It determines where your data
is stored. Values are typically of the form regional-europe-west1 , us-central etc.
In order to obtain a valid list please consult the
Configuration section of the docs.
Declaration
public Input<string> Config { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
The descriptive name for this instance as it appears in UIs. Must be unique per project and between 4 and 30 characters in length.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Name
A unique identifier for the instance, which cannot be changed after the instance is created. The name must be between 6 and 30 characters in length.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NumNodes
The number of nodes allocated to this instance.
Declaration
public Input<int> NumNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |