Struct aws_sdk_ec2::model::NetworkInsightsAnalysis
source · #[non_exhaustive]pub struct NetworkInsightsAnalysis { /* private fields */ }
Expand description
Describes a network insights analysis.
Implementations§
source§impl 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 additional_accounts(&self) -> Option<&[String]>
pub fn additional_accounts(&self) -> Option<&[String]>
The member accounts that contain resources that the path can traverse.
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.
sourcepub fn suggested_accounts(&self) -> Option<&[String]>
pub fn suggested_accounts(&self) -> Option<&[String]>
Potential intermediate accounts.
The tags.
source§impl NetworkInsightsAnalysis
impl NetworkInsightsAnalysis
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkInsightsAnalysis
.
Trait Implementations§
source§impl Clone for NetworkInsightsAnalysis
impl Clone for NetworkInsightsAnalysis
source§fn clone(&self) -> NetworkInsightsAnalysis
fn clone(&self) -> NetworkInsightsAnalysis
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for NetworkInsightsAnalysis
impl Debug for NetworkInsightsAnalysis
source§impl PartialEq<NetworkInsightsAnalysis> for NetworkInsightsAnalysis
impl PartialEq<NetworkInsightsAnalysis> for NetworkInsightsAnalysis
source§fn eq(&self, other: &NetworkInsightsAnalysis) -> bool
fn eq(&self, other: &NetworkInsightsAnalysis) -> bool
self
and other
values to be equal, and is used
by ==
.