Class: Aws::NetworkManager::Types::RouteAnalysis
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::RouteAnalysis
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes a route analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::RouteAnalysisEndpointOptions
The destination.
-
#forward_path ⇒ Types::RouteAnalysisPath
The forward path.
-
#global_network_id ⇒ String
The ID of the global network.
-
#include_return_path ⇒ Boolean
Indicates whether to analyze the return path.
-
#owner_account_id ⇒ String
The ID of the AWS account that created the route analysis.
-
#return_path ⇒ Types::RouteAnalysisPath
The return path.
-
#route_analysis_id ⇒ String
The ID of the route analysis.
-
#source ⇒ Types::RouteAnalysisEndpointOptions
The source.
-
#start_timestamp ⇒ Time
The time that the analysis started.
-
#status ⇒ String
The status of the route analysis.
-
#use_middleboxes ⇒ Boolean
Indicates whether to include the location of middlebox appliances in the route analysis.
Instance Attribute Details
#destination ⇒ Types::RouteAnalysisEndpointOptions
The destination.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |
#forward_path ⇒ Types::RouteAnalysisPath
The forward path.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |
#include_return_path ⇒ Boolean
Indicates whether to analyze the return path. The return path is not analyzed if the forward path analysis does not succeed.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The ID of the AWS account that created the route analysis.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |
#return_path ⇒ Types::RouteAnalysisPath
The return path.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |
#route_analysis_id ⇒ String
The ID of the route analysis.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::RouteAnalysisEndpointOptions
The source.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Time
The time that the analysis started.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the route analysis.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |
#use_middleboxes ⇒ Boolean
Indicates whether to include the location of middlebox appliances in the route analysis.
5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5685 class RouteAnalysis < Struct.new( :global_network_id, :owner_account_id, :route_analysis_id, :start_timestamp, :status, :source, :destination, :include_return_path, :use_middleboxes, :forward_path, :return_path) SENSITIVE = [] include Aws::Structure end |