Struct aws_sdk_ec2::model::NetworkInsightsAnalysis
source · [−]#[non_exhaustive]pub struct NetworkInsightsAnalysis { /* private fields */ }
Expand description
Describes a network insights analysis.
Implementations
sourceimpl NetworkInsightsAnalysis
impl NetworkInsightsAnalysis
sourcepub fn network_insights_analysis_id(&self) -> Option<&str>
pub fn network_insights_analysis_id(&self) -> Option<&str>
The ID of the network insights analysis.
sourcepub fn network_insights_analysis_arn(&self) -> Option<&str>
pub fn network_insights_analysis_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the network insights analysis.
sourcepub fn network_insights_path_id(&self) -> Option<&str>
pub fn network_insights_path_id(&self) -> Option<&str>
The ID of the path.
sourcepub fn filter_in_arns(&self) -> Option<&[String]>
pub fn filter_in_arns(&self) -> Option<&[String]>
The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.
sourcepub fn start_date(&self) -> Option<&DateTime>
pub fn start_date(&self) -> Option<&DateTime>
The time the analysis started.
sourcepub fn status(&self) -> Option<&AnalysisStatus>
pub fn status(&self) -> Option<&AnalysisStatus>
The status of the network insights analysis.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The status message, if the status is failed
.
sourcepub fn warning_message(&self) -> Option<&str>
pub fn warning_message(&self) -> Option<&str>
The warning message.
sourcepub fn network_path_found(&self) -> Option<bool>
pub fn network_path_found(&self) -> Option<bool>
Indicates whether the destination is reachable from the source.
sourcepub fn forward_path_components(&self) -> Option<&[PathComponent]>
pub fn forward_path_components(&self) -> Option<&[PathComponent]>
The components in the path from source to destination.
sourcepub fn return_path_components(&self) -> Option<&[PathComponent]>
pub fn return_path_components(&self) -> Option<&[PathComponent]>
The components in the path from destination to source.
sourcepub fn explanations(&self) -> Option<&[Explanation]>
pub fn explanations(&self) -> Option<&[Explanation]>
The explanations. For more information, see Reachability Analyzer explanation codes.
sourcepub fn alternate_path_hints(&self) -> Option<&[AlternatePathHint]>
pub fn alternate_path_hints(&self) -> Option<&[AlternatePathHint]>
Potential intermediate components.
The tags.
sourceimpl NetworkInsightsAnalysis
impl NetworkInsightsAnalysis
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkInsightsAnalysis
.
Trait Implementations
sourceimpl Clone for NetworkInsightsAnalysis
impl Clone for NetworkInsightsAnalysis
sourcefn clone(&self) -> NetworkInsightsAnalysis
fn clone(&self) -> NetworkInsightsAnalysis
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more