Interface GkeonpremVmwareClusterNetworkConfigControlPlaneV2Config
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremVmwareClusterNetworkConfigControlPlaneV2Config.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.470Z") @Stability(Stable) public interface GkeonpremVmwareClusterNetworkConfigControlPlaneV2Config extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremVmwareClusterNetworkConfigControlPlaneV2Config.BuilderA builder forGkeonpremVmwareClusterNetworkConfigControlPlaneV2Configstatic classGkeonpremVmwareClusterNetworkConfigControlPlaneV2Config.Jsii$ProxyAn implementation forGkeonpremVmwareClusterNetworkConfigControlPlaneV2Config
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeonpremVmwareClusterNetworkConfigControlPlaneV2Config.Builderbuilder()default GkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigControlPlaneIpBlockgetControlPlaneIpBlock()control_plane_ip_block block.
-
-
-
Method Detail
-
getControlPlaneIpBlock
@Stability(Stable) @Nullable default GkeonpremVmwareClusterNetworkConfigControlPlaneV2ConfigControlPlaneIpBlock getControlPlaneIpBlock()
control_plane_ip_block block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#control_plane_ip_block GkeonpremVmwareCluster#control_plane_ip_block}
-
builder
@Stability(Stable) static GkeonpremVmwareClusterNetworkConfigControlPlaneV2Config.Builder builder()
-
-