Class: Aws::NetworkManager::Types::StartRouteAnalysisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::StartRouteAnalysisRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::RouteAnalysisEndpointOptionsSpecification
The destination.
-
#global_network_id ⇒ String
The ID of the global network.
-
#include_return_path ⇒ Boolean
Indicates whether to analyze the return path.
-
#source ⇒ Types::RouteAnalysisEndpointOptionsSpecification
The source from which traffic originates.
-
#use_middleboxes ⇒ Boolean
Indicates whether to include the location of middlebox appliances in the route analysis.
Instance Attribute Details
#destination ⇒ Types::RouteAnalysisEndpointOptionsSpecification
The destination.
5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5518 class StartRouteAnalysisRequest < Struct.new( :global_network_id, :source, :destination, :include_return_path, :use_middleboxes) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5518 class StartRouteAnalysisRequest < Struct.new( :global_network_id, :source, :destination, :include_return_path, :use_middleboxes) SENSITIVE = [] include Aws::Structure end |
#include_return_path ⇒ Boolean
Indicates whether to analyze the return path. The default is ‘false`.
5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5518 class StartRouteAnalysisRequest < Struct.new( :global_network_id, :source, :destination, :include_return_path, :use_middleboxes) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::RouteAnalysisEndpointOptionsSpecification
The source from which traffic originates.
5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5518 class StartRouteAnalysisRequest < Struct.new( :global_network_id, :source, :destination, :include_return_path, :use_middleboxes) SENSITIVE = [] include Aws::Structure end |
#use_middleboxes ⇒ Boolean
Indicates whether to include the location of middlebox appliances in the route analysis. The default is ‘false`.
5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5518 class StartRouteAnalysisRequest < Struct.new( :global_network_id, :source, :destination, :include_return_path, :use_middleboxes) SENSITIVE = [] include Aws::Structure end |