Class: Aws::DirectConnect::Types::Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::Location
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Information about an Direct Connect location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#available_mac_sec_port_speeds ⇒ Array<String>
The available MAC Security (MACsec) port speeds for the location.
-
#available_port_speeds ⇒ Array<String>
The available port speeds for the location.
-
#available_providers ⇒ Array<String>
The name of the service provider for the location.
-
#location_code ⇒ String
The code for the location.
-
#location_name ⇒ String
The name of the location.
-
#region ⇒ String
The Amazon Web Services Region for the location.
Instance Attribute Details
#available_mac_sec_port_speeds ⇒ Array<String>
The available MAC Security (MACsec) port speeds for the location.
3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3174 class Location < Struct.new( :location_code, :location_name, :region, :available_port_speeds, :available_providers, :available_mac_sec_port_speeds) SENSITIVE = [] include Aws::Structure end |
#available_port_speeds ⇒ Array<String>
The available port speeds for the location.
3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3174 class Location < Struct.new( :location_code, :location_name, :region, :available_port_speeds, :available_providers, :available_mac_sec_port_speeds) SENSITIVE = [] include Aws::Structure end |
#available_providers ⇒ Array<String>
The name of the service provider for the location.
3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3174 class Location < Struct.new( :location_code, :location_name, :region, :available_port_speeds, :available_providers, :available_mac_sec_port_speeds) SENSITIVE = [] include Aws::Structure end |
#location_code ⇒ String
The code for the location.
3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3174 class Location < Struct.new( :location_code, :location_name, :region, :available_port_speeds, :available_providers, :available_mac_sec_port_speeds) SENSITIVE = [] include Aws::Structure end |
#location_name ⇒ String
The name of the location. This includes the name of the colocation partner and the physical site of the building.
3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3174 class Location < Struct.new( :location_code, :location_name, :region, :available_port_speeds, :available_providers, :available_mac_sec_port_speeds) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region for the location.
3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3174 class Location < Struct.new( :location_code, :location_name, :region, :available_port_speeds, :available_providers, :available_mac_sec_port_speeds) SENSITIVE = [] include Aws::Structure end |