Class: Aws::DirectConnect::Types::CreateConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidthString

The bandwidth of the connection.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1004

class CreateConnectionRequest < Struct.new(
  :location,
  :bandwidth,
  :connection_name,
  :lag_id,
  :tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#connection_nameString

The name of the connection.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1004

class CreateConnectionRequest < Struct.new(
  :location,
  :bandwidth,
  :connection_name,
  :lag_id,
  :tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#lag_idString

The ID of the LAG.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1004

class CreateConnectionRequest < Struct.new(
  :location,
  :bandwidth,
  :connection_name,
  :lag_id,
  :tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The location of the connection.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1004

class CreateConnectionRequest < Struct.new(
  :location,
  :bandwidth,
  :connection_name,
  :lag_id,
  :tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#provider_nameString

The name of the service provider associated with the requested connection.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1004

class CreateConnectionRequest < Struct.new(
  :location,
  :bandwidth,
  :connection_name,
  :lag_id,
  :tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#request_mac_secBoolean

Indicates whether you want the connection to support MAC Security (MACsec).

MAC Security (MACsec) is unavailable on hosted connections. For information about MAC Security (MACsec) prerequisites, see MAC Security in Direct Connect in the Direct Connect User Guide.

Returns:

  • (Boolean)


1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1004

class CreateConnectionRequest < Struct.new(
  :location,
  :bandwidth,
  :connection_name,
  :lag_id,
  :tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to associate with the lag.

Returns:



1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1004

class CreateConnectionRequest < Struct.new(
  :location,
  :bandwidth,
  :connection_name,
  :lag_id,
  :tags,
  :provider_name,
  :request_mac_sec)
  SENSITIVE = []
  include Aws::Structure
end