Interface GkeonpremBareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfigs

    • 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}