Interface VmwareenginePrivateCloudManagementClusterStretchedClusterConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.031Z") @Stability(Stable) public interface VmwareenginePrivateCloudManagementClusterStretchedClusterConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Builderstatic classVmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Jsii$ProxyAn implementation forVmwareenginePrivateCloudManagementClusterStretchedClusterConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Builderbuilder()default StringgetPreferredLocation()Zone that will remain operational when connection between the two zones is lost.default StringgetSecondaryLocation()Additional zone for a higher level of availability and load balancing.
-
-
-
Method Detail
-
getPreferredLocation
@Stability(Stable) @Nullable default String getPreferredLocation()
Zone that will remain operational when connection between the two zones is lost.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#preferred_location VmwareenginePrivateCloud#preferred_location}
-
getSecondaryLocation
@Stability(Stable) @Nullable default String getSecondaryLocation()
Additional zone for a higher level of availability and load balancing.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#secondary_location VmwareenginePrivateCloud#secondary_location}
-
builder
@Stability(Stable) static VmwareenginePrivateCloudManagementClusterStretchedClusterConfig.Builder builder()
-
-