Class: Aws::NetworkManager::Types::ConnectPeer
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ConnectPeer
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes a core network Connect peer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ConnectPeerConfiguration
The configuration of the Connect peer.
-
#connect_attachment_id ⇒ String
The ID of the attachment to connect.
-
#connect_peer_id ⇒ String
The ID of the Connect peer.
-
#core_network_id ⇒ String
The ID of a core network.
-
#created_at ⇒ Time
The timestamp when the Connect peer was created.
-
#edge_location ⇒ String
The Connect peer Regions where edges are located.
-
#state ⇒ String
The state of the Connect peer.
-
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the Connect peer.
Instance Attribute Details
#configuration ⇒ Types::ConnectPeerConfiguration
The configuration of the Connect peer.
452 453 454 455 456 457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 452 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#connect_attachment_id ⇒ String
The ID of the attachment to connect.
452 453 454 455 456 457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 452 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#connect_peer_id ⇒ String
The ID of the Connect peer.
452 453 454 455 456 457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 452 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network.
452 453 454 455 456 457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 452 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the Connect peer was created.
452 453 454 455 456 457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 452 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#edge_location ⇒ String
The Connect peer Regions where edges are located.
452 453 454 455 456 457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 452 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the Connect peer.
452 453 454 455 456 457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 452 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the Connect peer.
452 453 454 455 456 457 458 459 460 461 462 463 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 452 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |