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.



456
457
458
459
460
461
462
463
464
465
466
467
468
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 456

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)


456
457
458
459
460
461
462
463
464
465
466
467
468
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 456

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)


456
457
458
459
460
461
462
463
464
465
466
467
468
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 456

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)


456
457
458
459
460
461
462
463
464
465
466
467
468
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 456

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)


456
457
458
459
460
461
462
463
464
465
466
467
468
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 456

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)


456
457
458
459
460
461
462
463
464
465
466
467
468
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 456

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)


456
457
458
459
460
461
462
463
464
465
466
467
468
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 456

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.

Returns:

  • (String)


456
457
458
459
460
461
462
463
464
465
466
467
468
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 456

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:



456
457
458
459
460
461
462
463
464
465
466
467
468
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 456

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