Class: Aws::NetworkManager::Types::ConnectPeerConfiguration

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

Overview

Describes a core network Connect peer configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_configurationsArray<Types::ConnectPeerBgpConfiguration>

The Connect peer BGP configurations.



557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 557

class ConnectPeerConfiguration < Struct.new(
  :core_network_address,
  :peer_address,
  :inside_cidr_blocks,
  :protocol,
  :bgp_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_addressString

The IP address of a core network.

Returns:

  • (String)


557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 557

class ConnectPeerConfiguration < Struct.new(
  :core_network_address,
  :peer_address,
  :inside_cidr_blocks,
  :protocol,
  :bgp_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#inside_cidr_blocksArray<String>

The inside IP addresses used for a Connect peer configuration.

Returns:

  • (Array<String>)


557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 557

class ConnectPeerConfiguration < Struct.new(
  :core_network_address,
  :peer_address,
  :inside_cidr_blocks,
  :protocol,
  :bgp_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#peer_addressString

The IP address of the Connect peer.

Returns:

  • (String)


557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 557

class ConnectPeerConfiguration < Struct.new(
  :core_network_address,
  :peer_address,
  :inside_cidr_blocks,
  :protocol,
  :bgp_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol used for a Connect peer configuration.

Returns:

  • (String)


557
558
559
560
561
562
563
564
565
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 557

class ConnectPeerConfiguration < Struct.new(
  :core_network_address,
  :peer_address,
  :inside_cidr_blocks,
  :protocol,
  :bgp_configurations)
  SENSITIVE = []
  include Aws::Structure
end