Class DatabaseInstanceSettingsLocationPreferenceArgs
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.Sql.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DatabaseInstanceSettingsLocationPreferenceArgs : ResourceArgs
Constructors
View SourceDatabaseInstanceSettingsLocationPreferenceArgs()
Declaration
public DatabaseInstanceSettingsLocationPreferenceArgs()
Properties
View SourceFollowGaeApplication
A GAE application whose zone to remain in. Must be in the same region as this instance.
Declaration
public Input<string> FollowGaeApplication { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Zone
The preferred compute engine zone.
Declaration
public Input<string> Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |