public static interface ConnectPeerBgpConfiguration.Builder extends SdkPojo, CopyableBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ConnectPeerBgpConfiguration.Builder |
coreNetworkAddress(String coreNetworkAddress)
The address of a core network.
|
ConnectPeerBgpConfiguration.Builder |
coreNetworkAsn(Long coreNetworkAsn)
The ASN of the Coret Network.
|
ConnectPeerBgpConfiguration.Builder |
peerAddress(String peerAddress)
The address of a core network Connect peer.
|
ConnectPeerBgpConfiguration.Builder |
peerAsn(Long peerAsn)
The ASN of the Connect peer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectPeerBgpConfiguration.Builder coreNetworkAsn(Long coreNetworkAsn)
The ASN of the Coret Network.
coreNetworkAsn - The ASN of the Coret Network.ConnectPeerBgpConfiguration.Builder peerAsn(Long peerAsn)
The ASN of the Connect peer.
peerAsn - The ASN of the Connect peer.ConnectPeerBgpConfiguration.Builder coreNetworkAddress(String coreNetworkAddress)
The address of a core network.
coreNetworkAddress - The address of a core network.ConnectPeerBgpConfiguration.Builder peerAddress(String peerAddress)
The address of a core network Connect peer.
peerAddress - The address of a core network Connect peer.Copyright © 2023. All rights reserved.