Interface GkeonpremVmwareClusterAntiAffinityGroups
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremVmwareClusterAntiAffinityGroups.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.462Z") @Stability(Stable) public interface GkeonpremVmwareClusterAntiAffinityGroups extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremVmwareClusterAntiAffinityGroups.BuilderA builder forGkeonpremVmwareClusterAntiAffinityGroupsstatic classGkeonpremVmwareClusterAntiAffinityGroups.Jsii$ProxyAn implementation forGkeonpremVmwareClusterAntiAffinityGroups
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremVmwareClusterAntiAffinityGroups.Builderbuilder()ObjectgetAagConfigDisabled()Spread nodes across at least three physical hosts (requires at least three hosts).
-
-
-
Method Detail
-
getAagConfigDisabled
@Stability(Stable) @NotNull Object getAagConfigDisabled()
Spread nodes across at least three physical hosts (requires at least three hosts). Enabled by default.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#aag_config_disabled GkeonpremVmwareCluster#aag_config_disabled}
-
builder
@Stability(Stable) static GkeonpremVmwareClusterAntiAffinityGroups.Builder builder()
-
-