Class: Aws::NetworkManager::Types::Peering
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Peering
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a peering connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_arn ⇒ String
The ARN of a core network.
-
#core_network_id ⇒ String
The ID of the core network for the peering request.
-
#created_at ⇒ Time
The timestamp when the attachment peer was created.
-
#edge_location ⇒ String
The edge location for the peer.
-
#last_modification_errors ⇒ Array<Types::PeeringError>
Describes the error associated with the Connect peer request.
-
#owner_account_id ⇒ String
The ID of the account owner.
-
#peering_id ⇒ String
The ID of the peering attachment.
-
#peering_type ⇒ String
The type of peering.
-
#resource_arn ⇒ String
The resource ARN of the peer.
-
#state ⇒ String
The current state of the peering connection.
-
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the peering.
Instance Attribute Details
#core_network_arn ⇒ String
The ARN of a core network.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of the core network for the peering request.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the attachment peer was created.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#edge_location ⇒ String
The edge location for the peer.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#last_modification_errors ⇒ Array<Types::PeeringError>
Describes the error associated with the Connect peer request.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The ID of the account owner.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#peering_id ⇒ String
The ID of the peering attachment.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#peering_type ⇒ String
The type of peering. This will be ‘TRANSIT_GATEWAY`.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The resource ARN of the peer.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the peering connection.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the peering.
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4784 class Peering < Struct.new( :core_network_id, :core_network_arn, :peering_id, :owner_account_id, :peering_type, :state, :edge_location, :resource_arn, :tags, :created_at, :last_modification_errors) SENSITIVE = [] include Aws::Structure end |