Interface GkeonpremBareMetalClusterLoadBalancerVipConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterLoadBalancerVipConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.436Z") @Stability(Stable) public interface GkeonpremBareMetalClusterLoadBalancerVipConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterLoadBalancerVipConfig.BuilderA builder forGkeonpremBareMetalClusterLoadBalancerVipConfigstatic classGkeonpremBareMetalClusterLoadBalancerVipConfig.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterLoadBalancerVipConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremBareMetalClusterLoadBalancerVipConfig.Builderbuilder()StringgetControlPlaneVip()The VIP which you previously set aside for the Kubernetes API of this Bare Metal User Cluster.StringgetIngressVip()The VIP which you previously set aside for ingress traffic into this Bare Metal User Cluster.
-
-
-
Method Detail
-
getControlPlaneVip
@Stability(Stable) @NotNull String getControlPlaneVip()
The VIP which you previously set aside for the Kubernetes API of this Bare Metal User Cluster.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}
-
getIngressVip
@Stability(Stable) @NotNull String getIngressVip()
The VIP which you previously set aside for ingress traffic into this Bare Metal User Cluster.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}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterLoadBalancerVipConfig.Builder builder()
-
-