Interface ConnectPeerBgpConfiguration.Builder

    • Method Detail

      • coreNetworkAsn

        ConnectPeerBgpConfiguration.Builder coreNetworkAsn​(Long coreNetworkAsn)

        The ASN of the Coret Network.

        Parameters:
        coreNetworkAsn - The ASN of the Coret Network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • peerAsn

        ConnectPeerBgpConfiguration.Builder peerAsn​(Long peerAsn)

        The ASN of the Connect peer.

        Parameters:
        peerAsn - The ASN of the Connect peer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • coreNetworkAddress

        ConnectPeerBgpConfiguration.Builder coreNetworkAddress​(String coreNetworkAddress)

        The address of a core network.

        Parameters:
        coreNetworkAddress - The address of a core network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • peerAddress

        ConnectPeerBgpConfiguration.Builder peerAddress​(String peerAddress)

        The address of a core network Connect peer.

        Parameters:
        peerAddress - The address of a core network Connect peer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.