Interface ConnectPeerBgpConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>, SdkBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>, SdkPojo
Enclosing class:
ConnectPeerBgpConfiguration

public static interface ConnectPeerBgpConfiguration.Builder extends SdkPojo, CopyableBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>
  • Method Details

    • 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

      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.