Interface GkeonpremVmwareClusterLoadBalancerVipConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremVmwareClusterLoadBalancerVipConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.470Z") @Stability(Stable) public interface GkeonpremVmwareClusterLoadBalancerVipConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremVmwareClusterLoadBalancerVipConfig.BuilderA builder forGkeonpremVmwareClusterLoadBalancerVipConfigstatic classGkeonpremVmwareClusterLoadBalancerVipConfig.Jsii$ProxyAn implementation forGkeonpremVmwareClusterLoadBalancerVipConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeonpremVmwareClusterLoadBalancerVipConfig.Builderbuilder()default StringgetControlPlaneVip()The VIP which you previously set aside for the Kubernetes API of this cluster.default StringgetIngressVip()The VIP which you previously set aside for ingress traffic into this cluster.
-
-
-
Method Detail
-
getControlPlaneVip
@Stability(Stable) @Nullable default String getControlPlaneVip()
The VIP which you previously set aside for the Kubernetes API of this cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#control_plane_vip GkeonpremVmwareCluster#control_plane_vip}
-
getIngressVip
@Stability(Stable) @Nullable default String getIngressVip()
The VIP which you previously set aside for ingress traffic into this cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#ingress_vip GkeonpremVmwareCluster#ingress_vip}
-
builder
@Stability(Stable) static GkeonpremVmwareClusterLoadBalancerVipConfig.Builder builder()
-
-