Interface GkeonpremBareMetalClusterLoadBalancerBgpLbConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterLoadBalancerBgpLbConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.426Z") @Stability(Stable) public interface GkeonpremBareMetalClusterLoadBalancerBgpLbConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterLoadBalancerBgpLbConfig.BuilderA builder forGkeonpremBareMetalClusterLoadBalancerBgpLbConfigstatic classGkeonpremBareMetalClusterLoadBalancerBgpLbConfig.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterLoadBalancerBgpLbConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeonpremBareMetalClusterLoadBalancerBgpLbConfig.Builderbuilder()ObjectgetAddressPools()address_pools block.NumbergetAsn()BGP autonomous system number (ASN) of the cluster.ObjectgetBgpPeerConfigs()bgp_peer_configs block.default GkeonpremBareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfiggetLoadBalancerNodePoolConfig()load_balancer_node_pool_config block.
-
-
-
Method Detail
-
getAddressPools
@Stability(Stable) @NotNull Object getAddressPools()
address_pools block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#address_pools GkeonpremBareMetalCluster#address_pools}
-
getAsn
@Stability(Stable) @NotNull Number getAsn()
BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#asn GkeonpremBareMetalCluster#asn}
-
getBgpPeerConfigs
@Stability(Stable) @NotNull Object getBgpPeerConfigs()
bgp_peer_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#bgp_peer_configs GkeonpremBareMetalCluster#bgp_peer_configs}
-
getLoadBalancerNodePoolConfig
@Stability(Stable) @Nullable default GkeonpremBareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfig getLoadBalancerNodePoolConfig()
load_balancer_node_pool_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#load_balancer_node_pool_config GkeonpremBareMetalCluster#load_balancer_node_pool_config}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterLoadBalancerBgpLbConfig.Builder builder()
-
-