Class GkeonpremBareMetalClusterLoadBalancerVipConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterLoadBalancerVipConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalClusterLoadBalancerVipConfig>
- Enclosing interface:
- GkeonpremBareMetalClusterLoadBalancerVipConfig
@Stability(Stable) public static final class GkeonpremBareMetalClusterLoadBalancerVipConfig.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalClusterLoadBalancerVipConfig>
A builder forGkeonpremBareMetalClusterLoadBalancerVipConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalClusterLoadBalancerVipConfigbuild()Builds the configured instance.GkeonpremBareMetalClusterLoadBalancerVipConfig.BuildercontrolPlaneVip(String controlPlaneVip)Sets the value ofGkeonpremBareMetalClusterLoadBalancerVipConfig.getControlPlaneVip()GkeonpremBareMetalClusterLoadBalancerVipConfig.BuilderingressVip(String ingressVip)Sets the value ofGkeonpremBareMetalClusterLoadBalancerVipConfig.getIngressVip()
-
-
-
Method Detail
-
controlPlaneVip
@Stability(Stable) public GkeonpremBareMetalClusterLoadBalancerVipConfig.Builder controlPlaneVip(String controlPlaneVip)
Sets the value ofGkeonpremBareMetalClusterLoadBalancerVipConfig.getControlPlaneVip()- Parameters:
controlPlaneVip- The VIP which you previously set aside for the Kubernetes API of this Bare Metal User Cluster. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#control_plane_vip GkeonpremBareMetalCluster#control_plane_vip}- Returns:
this
-
ingressVip
@Stability(Stable) public GkeonpremBareMetalClusterLoadBalancerVipConfig.Builder ingressVip(String ingressVip)
Sets the value ofGkeonpremBareMetalClusterLoadBalancerVipConfig.getIngressVip()- Parameters:
ingressVip- The VIP which you previously set aside for ingress traffic into this Bare Metal User Cluster. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#ingress_vip GkeonpremBareMetalCluster#ingress_vip}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalClusterLoadBalancerVipConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalClusterLoadBalancerVipConfig>- Returns:
- a new instance of
GkeonpremBareMetalClusterLoadBalancerVipConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-