BGPPeer class

Information about a BGP peer.

Constructors

BGPPeer({AddressFamily? addressFamily, String? amazonAddress, int? asn, String? authKey, String? awsDeviceV2, String? bgpPeerId, BGPPeerState? bgpPeerState, BGPStatus? bgpStatus, String? customerAddress})
BGPPeer.fromJson(Map<String, dynamic> json)
factory

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
awsDeviceV2 String?
The Direct Connect endpoint on which the BGP peer terminates.
final
bgpPeerId String?
The ID of the BGP peer.
final
bgpPeerState BGPPeerState?
The state of the BGP peer. The following are the possible values:
final
bgpStatus BGPStatus?
The status of the BGP peer. The following are the possible values:
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited