Interface GkeonpremBareMetalAdminClusterLoadBalancerVipConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalAdminClusterLoadBalancerVipConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.405Z") @Stability(Stable) public interface GkeonpremBareMetalAdminClusterLoadBalancerVipConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalAdminClusterLoadBalancerVipConfig.BuilderA builder forGkeonpremBareMetalAdminClusterLoadBalancerVipConfigstatic classGkeonpremBareMetalAdminClusterLoadBalancerVipConfig.Jsii$ProxyAn implementation forGkeonpremBareMetalAdminClusterLoadBalancerVipConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremBareMetalAdminClusterLoadBalancerVipConfig.Builderbuilder()StringgetControlPlaneVip()The VIP which you previously set aside for the Kubernetes API of this Bare Metal Admin Cluster.
-
-
-
Method Detail
-
getControlPlaneVip
@Stability(Stable) @NotNull String getControlPlaneVip()
The VIP which you previously set aside for the Kubernetes API of this Bare Metal Admin Cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#control_plane_vip GkeonpremBareMetalAdminCluster#control_plane_vip}
-
builder
@Stability(Stable) static GkeonpremBareMetalAdminClusterLoadBalancerVipConfig.Builder builder()
-
-