Class GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_vmware_cluster.GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks>
- Enclosing interface:
- GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks
@Stability(Stable) public static final class GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksbuild()Builds the configured instance.GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Buildergateway(String gateway)Sets the value ofGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.getGateway()GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builderips(com.hashicorp.cdktf.IResolvable ips)Sets the value ofGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.getIps()GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builderips(List<? extends GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksIps> ips)Sets the value ofGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.getIps()GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Buildernetmask(String netmask)Sets the value ofGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.getNetmask()
-
-
-
Method Detail
-
gateway
@Stability(Stable) public GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builder gateway(String gateway)
Sets the value ofGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.getGateway()- Parameters:
gateway- The network gateway used by the VMware User Cluster. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#gateway GkeonpremVmwareCluster#gateway}- Returns:
this
-
ips
@Stability(Stable) public GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builder ips(com.hashicorp.cdktf.IResolvable ips)
Sets the value ofGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.getIps()- Parameters:
ips- ips block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#ips GkeonpremVmwareCluster#ips}- Returns:
this
-
ips
@Stability(Stable) public GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builder ips(List<? extends GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocksIps> ips)
Sets the value ofGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.getIps()- Parameters:
ips- ips block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#ips GkeonpremVmwareCluster#ips}- Returns:
this
-
netmask
@Stability(Stable) public GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.Builder netmask(String netmask)
Sets the value ofGkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks.getNetmask()- Parameters:
netmask- The netmask used by the VMware User Cluster. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#netmask GkeonpremVmwareCluster#netmask}- Returns:
this
-
build
@Stability(Stable) public GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks>- Returns:
- a new instance of
GkeonpremVmwareClusterNetworkConfigStaticIpConfigIpBlocks - Throws:
NullPointerException- if any required attribute was not provided
-
-