NewBGPPeer class
Information about a new BGP peer.
Constructors
- NewBGPPeer({AddressFamily? addressFamily, String? amazonAddress, int? asn, String? authKey, String? customerAddress})
 
Properties
- addressFamily → AddressFamily?
 - 
  The address family for the BGP peer.
  final
 - amazonAddress → String?
 - 
  The IP address assigned to the Amazon interface.
  final
 - asn → int?
 - 
  The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
  final
 - authKey → String?
 - 
  The authentication key for BGP configuration. This string has a minimum
length of 6 characters and and a maximun lenth of 80 characters.
  final
 - customerAddress → String?
 - 
  The IP address assigned to the customer interface.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited