Class: Aws::NetworkManager::Types::ConnectPeerBgpConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Describes a core network BGP configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_addressString

The address of a core network.

Returns:

  • (String)


536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 536

class ConnectPeerBgpConfiguration < Struct.new(
  :core_network_asn,
  :peer_asn,
  :core_network_address,
  :peer_address)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_asnInteger

The ASN of the Coret Network.

Returns:

  • (Integer)


536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 536

class ConnectPeerBgpConfiguration < Struct.new(
  :core_network_asn,
  :peer_asn,
  :core_network_address,
  :peer_address)
  SENSITIVE = []
  include Aws::Structure
end

#peer_addressString

The address of a core network Connect peer.

Returns:

  • (String)


536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 536

class ConnectPeerBgpConfiguration < Struct.new(
  :core_network_asn,
  :peer_asn,
  :core_network_address,
  :peer_address)
  SENSITIVE = []
  include Aws::Structure
end

#peer_asnInteger

The ASN of the Connect peer.

Returns:

  • (Integer)


536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 536

class ConnectPeerBgpConfiguration < Struct.new(
  :core_network_asn,
  :peer_asn,
  :core_network_address,
  :peer_address)
  SENSITIVE = []
  include Aws::Structure
end