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
show all
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

Instance Attribute Details

#new_bgp_peerTypes::NewBGPPeer

Information about the BGP peer.

Returns:

#virtual_interface_idString

The ID of the virtual interface.

Returns:

  • (String)

    The ID of the virtual interface.