Interface SqlDatabaseInstanceSettingsLocationPreference
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SqlDatabaseInstanceSettingsLocationPreference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.796Z") @Stability(Stable) public interface SqlDatabaseInstanceSettingsLocationPreference extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSqlDatabaseInstanceSettingsLocationPreference.BuilderA builder forSqlDatabaseInstanceSettingsLocationPreferencestatic classSqlDatabaseInstanceSettingsLocationPreference.Jsii$ProxyAn implementation forSqlDatabaseInstanceSettingsLocationPreference
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SqlDatabaseInstanceSettingsLocationPreference.Builderbuilder()default StringgetFollowGaeApplication()A Google App Engine application whose zone to remain in.default StringgetSecondaryZone()The preferred Compute Engine zone for the secondary/failover.default StringgetZone()The preferred compute engine zone.
-
-
-
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}
-
builder
@Stability(Stable) static SqlDatabaseInstanceSettingsLocationPreference.Builder builder()
-
-