Interface SpannerInstanceConfigReplicas
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SpannerInstanceConfigReplicas.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.766Z") @Stability(Stable) public interface SpannerInstanceConfigReplicas extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpannerInstanceConfigReplicas.BuilderA builder forSpannerInstanceConfigReplicasstatic classSpannerInstanceConfigReplicas.Jsii$ProxyAn implementation forSpannerInstanceConfigReplicas
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SpannerInstanceConfigReplicas.Builderbuilder()default ObjectgetDefaultLeaderLocation()If true, this location is designated as the default leader location where leader replicas are placed.default StringgetLocation()The location of the serving resources, e.g.default StringgetType()Indicates the type of replica.
-
-
-
Method Detail
-
getDefaultLeaderLocation
@Stability(Stable) @Nullable default Object getDefaultLeaderLocation()
If true, this location is designated as the default leader location where leader replicas are placed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#default_leader_location SpannerInstanceConfigA#default_leader_location}
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
The location of the serving resources, e.g. "us-central1".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#location SpannerInstanceConfigA#location}
-
getType
@Stability(Stable) @Nullable default String getType()
Indicates the type of replica. See the replica types documentation for more details. Possible values: ["READ_WRITE", "READ_ONLY", "WITNESS"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_instance_config#type SpannerInstanceConfigA#type}
-
builder
@Stability(Stable) static SpannerInstanceConfigReplicas.Builder builder()
-
-