Show / Hide Table of Contents

Class DatabaseInstanceSettingsLocationPreferenceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseInstanceSettingsLocationPreferenceArgs
Inherited Members
ResourceArgs.Empty
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 Source

DatabaseInstanceSettingsLocationPreferenceArgs()

Declaration
public DatabaseInstanceSettingsLocationPreferenceArgs()

Properties

View Source

FollowGaeApplication

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>
View Source

Zone

The preferred compute engine zone.

Declaration
public Input<string> Zone { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.