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)


524
525
526
527
528
529
530
531
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 524

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)


524
525
526
527
528
529
530
531
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 524

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)


524
525
526
527
528
529
530
531
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 524

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)


524
525
526
527
528
529
530
531
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 524

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