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.
-
#last_modification_errors ⇒ Array<Types::ConnectPeerError>
Describes the error associated with the attachment request.
-
#state ⇒ String
The state of the Connect peer.
-
#subnet_arn ⇒ String
The subnet ARN for 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.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 515 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags, :subnet_arn, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#connect_attachment_id ⇒ String
The ID of the attachment to connect.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 515 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags, :subnet_arn, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#connect_peer_id ⇒ String
The ID of the Connect peer.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 515 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags, :subnet_arn, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 515 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags, :subnet_arn, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the Connect peer was created.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 515 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags, :subnet_arn, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#edge_location ⇒ String
The Connect peer Regions where edges are located.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 515 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags, :subnet_arn, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#last_modification_errors ⇒ Array<Types::ConnectPeerError>
Describes the error associated with the attachment request.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 515 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags, :subnet_arn, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the Connect peer.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 515 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags, :subnet_arn, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#subnet_arn ⇒ String
The subnet ARN for the Connect peer. This only applies only when the protocol is NO_ENCAP.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 515 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags, :subnet_arn, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the Connect peer.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 515 class ConnectPeer < Struct.new( :core_network_id, :connect_attachment_id, :connect_peer_id, :edge_location, :state, :created_at, :configuration, :tags, :subnet_arn, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |