Interface GkeonpremBareMetalClusterLoadBalancer
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterLoadBalancer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.425Z") @Stability(Stable) public interface GkeonpremBareMetalClusterLoadBalancer extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterLoadBalancer.BuilderA builder forGkeonpremBareMetalClusterLoadBalancerstatic classGkeonpremBareMetalClusterLoadBalancer.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterLoadBalancer
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeonpremBareMetalClusterLoadBalancer.Builderbuilder()default GkeonpremBareMetalClusterLoadBalancerBgpLbConfiggetBgpLbConfig()bgp_lb_config block.default GkeonpremBareMetalClusterLoadBalancerManualLbConfiggetManualLbConfig()manual_lb_config block.default GkeonpremBareMetalClusterLoadBalancerMetalLbConfiggetMetalLbConfig()metal_lb_config block.GkeonpremBareMetalClusterLoadBalancerPortConfiggetPortConfig()port_config block.GkeonpremBareMetalClusterLoadBalancerVipConfiggetVipConfig()vip_config block.
-
-
-
Method Detail
-
getPortConfig
@Stability(Stable) @NotNull GkeonpremBareMetalClusterLoadBalancerPortConfig getPortConfig()
port_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#port_config GkeonpremBareMetalCluster#port_config}
-
getVipConfig
@Stability(Stable) @NotNull GkeonpremBareMetalClusterLoadBalancerVipConfig getVipConfig()
vip_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#vip_config GkeonpremBareMetalCluster#vip_config}
-
getBgpLbConfig
@Stability(Stable) @Nullable default GkeonpremBareMetalClusterLoadBalancerBgpLbConfig getBgpLbConfig()
bgp_lb_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#bgp_lb_config GkeonpremBareMetalCluster#bgp_lb_config}
-
getManualLbConfig
@Stability(Stable) @Nullable default GkeonpremBareMetalClusterLoadBalancerManualLbConfig getManualLbConfig()
manual_lb_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#manual_lb_config GkeonpremBareMetalCluster#manual_lb_config}
-
getMetalLbConfig
@Stability(Stable) @Nullable default GkeonpremBareMetalClusterLoadBalancerMetalLbConfig getMetalLbConfig()
metal_lb_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#metal_lb_config GkeonpremBareMetalCluster#metal_lb_config}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterLoadBalancer.Builder builder()
-
-