Class: Aws::DirectConnect::Types::AllocateHostedConnectionRequest

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. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.

Returns:

  • (String)


131
132
133
134
135
136
137
138
139
140
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 131

class AllocateHostedConnectionRequest < Struct.new(
  :connection_id,
  :owner_account,
  :bandwidth,
  :connection_name,
  :vlan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#connection_idString

The ID of the interconnect or LAG.

Returns:

  • (String)


131
132
133
134
135
136
137
138
139
140
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 131

class AllocateHostedConnectionRequest < Struct.new(
  :connection_id,
  :owner_account,
  :bandwidth,
  :connection_name,
  :vlan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#connection_nameString

The name of the hosted connection.

Returns:

  • (String)


131
132
133
134
135
136
137
138
139
140
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 131

class AllocateHostedConnectionRequest < Struct.new(
  :connection_id,
  :owner_account,
  :bandwidth,
  :connection_name,
  :vlan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#owner_accountString

The ID of the Amazon Web Services account ID of the customer for the connection.

Returns:

  • (String)


131
132
133
134
135
136
137
138
139
140
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 131

class AllocateHostedConnectionRequest < Struct.new(
  :connection_id,
  :owner_account,
  :bandwidth,
  :connection_name,
  :vlan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the connection.

Returns:



131
132
133
134
135
136
137
138
139
140
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 131

class AllocateHostedConnectionRequest < Struct.new(
  :connection_id,
  :owner_account,
  :bandwidth,
  :connection_name,
  :vlan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vlanInteger

The dedicated VLAN provisioned to the hosted connection.

Returns:

  • (Integer)


131
132
133
134
135
136
137
138
139
140
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 131

class AllocateHostedConnectionRequest < Struct.new(
  :connection_id,
  :owner_account,
  :bandwidth,
  :connection_name,
  :vlan,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end