/AWS1/CL_DCONEWBGPPEER¶
Information about a new BGP peer.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_ASN
TYPE /AWS1/DCOASN
/AWS1/DCOASN
¶
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
IV_AUTHKEY
TYPE /AWS1/DCOBGPAUTHKEY
/AWS1/DCOBGPAUTHKEY
¶
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
IV_ADDRESSFAMILY
TYPE /AWS1/DCOADDRESSFAMILY
/AWS1/DCOADDRESSFAMILY
¶
The address family for the BGP peer.
IV_AMAZONADDRESS
TYPE /AWS1/DCOAMAZONADDRESS
/AWS1/DCOAMAZONADDRESS
¶
The IP address assigned to the Amazon interface.
IV_CUSTOMERADDRESS
TYPE /AWS1/DCOCUSTOMERADDRESS
/AWS1/DCOCUSTOMERADDRESS
¶
The IP address assigned to the customer interface.
Queryable Attributes¶
asn¶
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASN() |
Getter for ASN |
authKey¶
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHKEY() |
Getter for AUTHKEY, with configurable default |
ASK_AUTHKEY() |
Getter for AUTHKEY w/ exceptions if field has no value |
HAS_AUTHKEY() |
Determine if AUTHKEY has a value |
addressFamily¶
The address family for the BGP peer.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ADDRESSFAMILY() |
Getter for ADDRESSFAMILY, with configurable default |
ASK_ADDRESSFAMILY() |
Getter for ADDRESSFAMILY w/ exceptions if field has no value |
HAS_ADDRESSFAMILY() |
Determine if ADDRESSFAMILY has a value |
amazonAddress¶
The IP address assigned to the Amazon interface.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AMAZONADDRESS() |
Getter for AMAZONADDRESS, with configurable default |
ASK_AMAZONADDRESS() |
Getter for AMAZONADDRESS w/ exceptions if field has no value |
HAS_AMAZONADDRESS() |
Determine if AMAZONADDRESS has a value |
customerAddress¶
The IP address assigned to the customer interface.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CUSTOMERADDRESS() |
Getter for CUSTOMERADDRESS, with configurable default |
ASK_CUSTOMERADDRESS() |
Getter for CUSTOMERADDRESS w/ exceptions if field has no val |
HAS_CUSTOMERADDRESS() |
Determine if CUSTOMERADDRESS has a value |