Class: Aws::NetworkManager::Types::ConnectPeerAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ConnectPeerAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a core network Connect peer association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer_id ⇒ String
The ID of the Connect peer.
-
#device_id ⇒ String
The ID of the device to connect to.
-
#global_network_id ⇒ String
The ID of the global network.
-
#link_id ⇒ String
The ID of the link.
-
#state ⇒ String
The state of the Connect peer association.
Instance Attribute Details
#connect_peer_id ⇒ String
The ID of the Connect peer.
554 555 556 557 558 559 560 561 562 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 554 class ConnectPeerAssociation < Struct.new( :connect_peer_id, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The ID of the device to connect to.
554 555 556 557 558 559 560 561 562 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 554 class ConnectPeerAssociation < Struct.new( :connect_peer_id, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
554 555 556 557 558 559 560 561 562 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 554 class ConnectPeerAssociation < Struct.new( :connect_peer_id, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The ID of the link.
554 555 556 557 558 559 560 561 562 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 554 class ConnectPeerAssociation < Struct.new( :connect_peer_id, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the Connect peer association.
554 555 556 557 558 559 560 561 562 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 554 class ConnectPeerAssociation < Struct.new( :connect_peer_id, :global_network_id, :device_id, :link_id, :state) SENSITIVE = [] include Aws::Structure end |