Class: Aws::NetworkManager::Types::ConnectPeer

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configurationTypes::ConnectPeerConfiguration

The configuration of the Connect peer.



468
469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 468

class ConnectPeer < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :connect_peer_id,
  :edge_location,
  :state,
  :created_at,
  :configuration,
  :tags,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end

#connect_attachment_idString

The ID of the attachment to connect.

Returns:

  • (String)


468
469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 468

class ConnectPeer < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :connect_peer_id,
  :edge_location,
  :state,
  :created_at,
  :configuration,
  :tags,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end

#connect_peer_idString

The ID of the Connect peer.

Returns:

  • (String)


468
469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 468

class ConnectPeer < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :connect_peer_id,
  :edge_location,
  :state,
  :created_at,
  :configuration,
  :tags,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network.

Returns:

  • (String)


468
469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 468

class ConnectPeer < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :connect_peer_id,
  :edge_location,
  :state,
  :created_at,
  :configuration,
  :tags,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the Connect peer was created.

Returns:

  • (Time)


468
469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 468

class ConnectPeer < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :connect_peer_id,
  :edge_location,
  :state,
  :created_at,
  :configuration,
  :tags,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end

#edge_locationString

The Connect peer Regions where edges are located.

Returns:

  • (String)


468
469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 468

class ConnectPeer < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :connect_peer_id,
  :edge_location,
  :state,
  :created_at,
  :configuration,
  :tags,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the Connect peer.

Returns:

  • (String)


468
469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 468

class ConnectPeer < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :connect_peer_id,
  :edge_location,
  :state,
  :created_at,
  :configuration,
  :tags,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_arnString

The subnet ARN for the Connect peer. This only applies only when the protocol is NO_ENCAP.

Returns:

  • (String)


468
469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 468

class ConnectPeer < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :connect_peer_id,
  :edge_location,
  :state,
  :created_at,
  :configuration,
  :tags,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of key-value tags associated with the Connect peer.

Returns:



468
469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 468

class ConnectPeer < Struct.new(
  :core_network_id,
  :connect_attachment_id,
  :connect_peer_id,
  :edge_location,
  :state,
  :created_at,
  :configuration,
  :tags,
  :subnet_arn)
  SENSITIVE = []
  include Aws::Structure
end