Class: Aws::NetworkManager::Types::CoreNetworkRoutingInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CoreNetworkRoutingInformation
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Routing information for a core network, including route details and BGP attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#as_path ⇒ Array<String>
The BGP AS path for the route.
-
#communities ⇒ Array<String>
The BGP community values for the route.
-
#local_preference ⇒ String
The BGP local preference value for the route.
-
#med ⇒ String
The BGP Multi-Exit Discriminator (MED) value for the route.
-
#next_hop ⇒ Types::RoutingInformationNextHop
The next hop information for the route.
-
#prefix ⇒ String
The IP prefix for the route.
Instance Attribute Details
#as_path ⇒ Array<String>
The BGP AS path for the route.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1353 class CoreNetworkRoutingInformation < Struct.new( :prefix, :next_hop, :local_preference, :med, :as_path, :communities) SENSITIVE = [] include Aws::Structure end |
#communities ⇒ Array<String>
The BGP community values for the route.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1353 class CoreNetworkRoutingInformation < Struct.new( :prefix, :next_hop, :local_preference, :med, :as_path, :communities) SENSITIVE = [] include Aws::Structure end |
#local_preference ⇒ String
The BGP local preference value for the route.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1353 class CoreNetworkRoutingInformation < Struct.new( :prefix, :next_hop, :local_preference, :med, :as_path, :communities) SENSITIVE = [] include Aws::Structure end |
#med ⇒ String
The BGP Multi-Exit Discriminator (MED) value for the route.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1353 class CoreNetworkRoutingInformation < Struct.new( :prefix, :next_hop, :local_preference, :med, :as_path, :communities) SENSITIVE = [] include Aws::Structure end |
#next_hop ⇒ Types::RoutingInformationNextHop
The next hop information for the route.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1353 class CoreNetworkRoutingInformation < Struct.new( :prefix, :next_hop, :local_preference, :med, :as_path, :communities) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The IP prefix for the route.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1353 class CoreNetworkRoutingInformation < Struct.new( :prefix, :next_hop, :local_preference, :med, :as_path, :communities) SENSITIVE = [] include Aws::Structure end |