Class: Aws::DirectConnect::Types::RouterType
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::RouterType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Information about the virtual router.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#platform ⇒ String
The virtual interface router platform.
-
#router_type_identifier ⇒ String
Identifies the router by a combination of vendor, platform, and software version.
-
#software ⇒ String
The router software.
-
#vendor ⇒ String
The vendor for the virtual interface’s router.
-
#xslt_template_name ⇒ String
The template for the virtual interface’s router.
-
#xslt_template_name_for_mac_sec ⇒ String
The MAC Security (MACsec) template for the virtual interface’s router.
Instance Attribute Details
#platform ⇒ String
The virtual interface router platform.
3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3320 class RouterType < Struct.new( :vendor, :platform, :software, :xslt_template_name, :xslt_template_name_for_mac_sec, :router_type_identifier) SENSITIVE = [] include Aws::Structure end |
#router_type_identifier ⇒ String
Identifies the router by a combination of vendor, platform, and software version. For example, ‘CiscoSystemsInc-2900SeriesRouters-IOS124`.
3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3320 class RouterType < Struct.new( :vendor, :platform, :software, :xslt_template_name, :xslt_template_name_for_mac_sec, :router_type_identifier) SENSITIVE = [] include Aws::Structure end |
#software ⇒ String
The router software.
3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3320 class RouterType < Struct.new( :vendor, :platform, :software, :xslt_template_name, :xslt_template_name_for_mac_sec, :router_type_identifier) SENSITIVE = [] include Aws::Structure end |
#vendor ⇒ String
The vendor for the virtual interface’s router.
3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3320 class RouterType < Struct.new( :vendor, :platform, :software, :xslt_template_name, :xslt_template_name_for_mac_sec, :router_type_identifier) SENSITIVE = [] include Aws::Structure end |
#xslt_template_name ⇒ String
The template for the virtual interface’s router.
3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3320 class RouterType < Struct.new( :vendor, :platform, :software, :xslt_template_name, :xslt_template_name_for_mac_sec, :router_type_identifier) SENSITIVE = [] include Aws::Structure end |
#xslt_template_name_for_mac_sec ⇒ String
The MAC Security (MACsec) template for the virtual interface’s router.
3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3320 class RouterType < Struct.new( :vendor, :platform, :software, :xslt_template_name, :xslt_template_name_for_mac_sec, :router_type_identifier) SENSITIVE = [] include Aws::Structure end |