Interface ConnectPeerConfiguration.Builder

    • Method Detail

      • coreNetworkAddress

        ConnectPeerConfiguration.Builder coreNetworkAddress​(String coreNetworkAddress)

        The IP address of a core network.

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

        ConnectPeerConfiguration.Builder peerAddress​(String peerAddress)

        The IP address of the Connect peer.

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

        ConnectPeerConfiguration.Builder insideCidrBlocks​(Collection<String> insideCidrBlocks)

        The inside IP addresses used for a Connect peer configuration.

        Parameters:
        insideCidrBlocks - The inside IP addresses used for a Connect peer configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insideCidrBlocks

        ConnectPeerConfiguration.Builder insideCidrBlocks​(String... insideCidrBlocks)

        The inside IP addresses used for a Connect peer configuration.

        Parameters:
        insideCidrBlocks - The inside IP addresses used for a Connect peer configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocol

        ConnectPeerConfiguration.Builder protocol​(String protocol)

        The protocol used for a Connect peer configuration.

        Parameters:
        protocol - The protocol used for a Connect peer configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TunnelProtocol, TunnelProtocol
      • bgpConfigurations

        ConnectPeerConfiguration.Builder bgpConfigurations​(ConnectPeerBgpConfiguration... bgpConfigurations)

        The Connect peer BGP configurations.

        Parameters:
        bgpConfigurations - The Connect peer BGP configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.