Class: Aws::DirectConnect::Types::CreateInterconnectRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidthString

The port bandwidth, in Gbps. The possible values are 1 and 10.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-directconnect/types.rb', line 1126

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

#interconnect_nameString

The name of the interconnect.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-directconnect/types.rb', line 1126

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

#lag_idString

The ID of the LAG.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-directconnect/types.rb', line 1126

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

#locationString

The location of the interconnect.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-directconnect/types.rb', line 1126

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

#provider_nameString

The name of the service provider associated with the interconnect.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-directconnect/types.rb', line 1126

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

#tagsArray<Types::Tag>

The tags to associate with the interconnect.

Returns:



1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'lib/aws-sdk-directconnect/types.rb', line 1126

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