public static interface BGPPeer.Builder extends SdkPojo, CopyableBuilder<BGPPeer.Builder,BGPPeer>
| Modifier and Type | Method and Description |
|---|---|
BGPPeer.Builder |
addressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
BGPPeer.Builder |
addressFamily(String addressFamily)
The address family for the BGP peer.
|
BGPPeer.Builder |
amazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
BGPPeer.Builder |
asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
BGPPeer.Builder |
authKey(String authKey)
The authentication key for BGP configuration.
|
BGPPeer.Builder |
awsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that terminates the BGP peer.
|
BGPPeer.Builder |
awsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
BGPPeer.Builder |
bgpPeerId(String bgpPeerId)
The ID of the BGP peer.
|
BGPPeer.Builder |
bgpPeerState(BGPPeerState bgpPeerState)
The state of the BGP peer.
|
BGPPeer.Builder |
bgpPeerState(String bgpPeerState)
The state of the BGP peer.
|
BGPPeer.Builder |
bgpStatus(BGPStatus bgpStatus)
The status of the BGP peer.
|
BGPPeer.Builder |
bgpStatus(String bgpStatus)
The status of the BGP peer.
|
BGPPeer.Builder |
customerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBGPPeer.Builder bgpPeerId(String bgpPeerId)
The ID of the BGP peer.
bgpPeerId - The ID of the BGP peer.BGPPeer.Builder asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
asn - The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.BGPPeer.Builder authKey(String authKey)
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
authKey - The authentication key for BGP configuration. This string has a minimum length of 6 characters and and
a maximun lenth of 80 characters.BGPPeer.Builder addressFamily(String addressFamily)
The address family for the BGP peer.
addressFamily - The address family for the BGP peer.AddressFamily,
AddressFamilyBGPPeer.Builder addressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
addressFamily - The address family for the BGP peer.AddressFamily,
AddressFamilyBGPPeer.Builder amazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
amazonAddress - The IP address assigned to the Amazon interface.BGPPeer.Builder customerAddress(String customerAddress)
The IP address assigned to the customer interface.
customerAddress - The IP address assigned to the customer interface.BGPPeer.Builder bgpPeerState(String bgpPeerState)
The state of the BGP peer. The following are the possible values:
verifying: The BGP peering addresses or ASN require validation before the BGP peer can be
created. This state applies only to public virtual interfaces.
pending: The BGP peer is created, and remains in this state until it is ready to be established.
available: The BGP peer is ready to be established.
deleting: The BGP peer is being deleted.
deleted: The BGP peer is deleted and cannot be established.
bgpPeerState - The state of the BGP peer. The following are the possible values:
verifying: The BGP peering addresses or ASN require validation before the BGP peer can be
created. This state applies only to public virtual interfaces.
pending: The BGP peer is created, and remains in this state until it is ready to be
established.
available: The BGP peer is ready to be established.
deleting: The BGP peer is being deleted.
deleted: The BGP peer is deleted and cannot be established.
BGPPeerState,
BGPPeerStateBGPPeer.Builder bgpPeerState(BGPPeerState bgpPeerState)
The state of the BGP peer. The following are the possible values:
verifying: The BGP peering addresses or ASN require validation before the BGP peer can be
created. This state applies only to public virtual interfaces.
pending: The BGP peer is created, and remains in this state until it is ready to be established.
available: The BGP peer is ready to be established.
deleting: The BGP peer is being deleted.
deleted: The BGP peer is deleted and cannot be established.
bgpPeerState - The state of the BGP peer. The following are the possible values:
verifying: The BGP peering addresses or ASN require validation before the BGP peer can be
created. This state applies only to public virtual interfaces.
pending: The BGP peer is created, and remains in this state until it is ready to be
established.
available: The BGP peer is ready to be established.
deleting: The BGP peer is being deleted.
deleted: The BGP peer is deleted and cannot be established.
BGPPeerState,
BGPPeerStateBGPPeer.Builder bgpStatus(String bgpStatus)
The status of the BGP peer. The following are the possible values:
up: The BGP peer is established. This state does not indicate the state of the routing function.
Ensure that you are receiving routes over the BGP session.
down: The BGP peer is down.
unknown: The BGP peer status is not available.
bgpStatus - The status of the BGP peer. The following are the possible values:
up: The BGP peer is established. This state does not indicate the state of the routing
function. Ensure that you are receiving routes over the BGP session.
down: The BGP peer is down.
unknown: The BGP peer status is not available.
BGPStatus,
BGPStatusBGPPeer.Builder bgpStatus(BGPStatus bgpStatus)
The status of the BGP peer. The following are the possible values:
up: The BGP peer is established. This state does not indicate the state of the routing function.
Ensure that you are receiving routes over the BGP session.
down: The BGP peer is down.
unknown: The BGP peer status is not available.
bgpStatus - The status of the BGP peer. The following are the possible values:
up: The BGP peer is established. This state does not indicate the state of the routing
function. Ensure that you are receiving routes over the BGP session.
down: The BGP peer is down.
unknown: The BGP peer status is not available.
BGPStatus,
BGPStatusBGPPeer.Builder awsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that terminates the BGP peer.
awsDeviceV2 - The Direct Connect endpoint that terminates the BGP peer.BGPPeer.Builder awsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
awsLogicalDeviceId - The Direct Connect endpoint that terminates the logical connection. This device might be different
than the device that terminates the physical connection.Copyright © 2022. All rights reserved.