You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::CreateBGPPeerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateBGPPeerRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateBGPPeerRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
virtual_interface_id: "VirtualInterfaceId",
new_bgp_peer: {
asn: 1,
auth_key: "BGPAuthKey",
address_family: "ipv4", # accepts ipv4, ipv6
amazon_address: "AmazonAddress",
customer_address: "CustomerAddress",
},
}
Instance Attribute Summary collapse
-
#new_bgp_peer ⇒ Types::NewBGPPeer
Information about the BGP peer.
-
#virtual_interface_id ⇒ String
The ID of the virtual interface.
Instance Attribute Details
#new_bgp_peer ⇒ Types::NewBGPPeer
Information about the BGP peer.
#virtual_interface_id ⇒ String
The ID of the virtual interface.