Interface SqlDatabaseInstanceSettingsLocationPreference

    • Method Detail

      • getFollowGaeApplication

        @Stability(Stable)
        @Nullable
        default String getFollowGaeApplication()
        A Google App Engine application whose zone to remain in. Must be in the same region as this instance.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#follow_gae_application SqlDatabaseInstance#follow_gae_application}

      • getSecondaryZone

        @Stability(Stable)
        @Nullable
        default String getSecondaryZone()
        The preferred Compute Engine zone for the secondary/failover.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#secondary_zone SqlDatabaseInstance#secondary_zone}

      • getZone

        @Stability(Stable)
        @Nullable
        default String getZone()
        The preferred compute engine zone.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#zone SqlDatabaseInstance#zone}