Interface GkeonpremBareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.427Z") @Stability(Stable) public interface GkeonpremBareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigs.Builderstatic classGkeonpremBareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigs.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeonpremBareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigs.Builderbuilder()NumbergetAsn()BGP autonomous system number (ASN) for the network that contains the external peer device.default List<String>getControlPlaneNodes()The IP address of the control plane node that connects to the external peer.StringgetIpAddress()The IP address of the external peer device.
-
-
-
Method Detail
-
getAsn
@Stability(Stable) @NotNull Number getAsn()
BGP autonomous system number (ASN) for the network that contains the external peer device.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#asn GkeonpremBareMetalCluster#asn}
-
getIpAddress
@Stability(Stable) @NotNull String getIpAddress()
The IP address of the external peer device.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#ip_address GkeonpremBareMetalCluster#ip_address}
-
getControlPlaneNodes
@Stability(Stable) @Nullable default List<String> getControlPlaneNodes()
The IP address of the control plane node that connects to the external peer.If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#control_plane_nodes GkeonpremBareMetalCluster#control_plane_nodes}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigs.Builder builder()
-
-