Class: Aws::NetworkManager::Types::ConnectPeerBgpConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ConnectPeerBgpConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a core network BGP configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_address ⇒ String
The address of a core network.
-
#core_network_asn ⇒ Integer
The ASN of the Coret Network.
-
#peer_address ⇒ String
The address of a core network Connect peer.
-
#peer_asn ⇒ Integer
The ASN of the Connect peer.
Instance Attribute Details
#core_network_address ⇒ String
The address of a core network.
584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 584 class ConnectPeerBgpConfiguration < Struct.new( :core_network_asn, :peer_asn, :core_network_address, :peer_address) SENSITIVE = [] include Aws::Structure end |
#core_network_asn ⇒ Integer
The ASN of the Coret Network.
584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 584 class ConnectPeerBgpConfiguration < Struct.new( :core_network_asn, :peer_asn, :core_network_address, :peer_address) SENSITIVE = [] include Aws::Structure end |
#peer_address ⇒ String
The address of a core network Connect peer.
584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 584 class ConnectPeerBgpConfiguration < Struct.new( :core_network_asn, :peer_asn, :core_network_address, :peer_address) SENSITIVE = [] include Aws::Structure end |
#peer_asn ⇒ Integer
The ASN of the Connect peer.
584 585 586 587 588 589 590 591 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 584 class ConnectPeerBgpConfiguration < Struct.new( :core_network_asn, :peer_asn, :core_network_address, :peer_address) SENSITIVE = [] include Aws::Structure end |