Struct aws_sdk_ec2::model::Explanation
source · [−]#[non_exhaustive]pub struct Explanation {Show 49 fields
pub acl: Option<AnalysisComponent>,
pub acl_rule: Option<AnalysisAclRule>,
pub address: Option<String>,
pub addresses: Option<Vec<String>>,
pub attached_to: Option<AnalysisComponent>,
pub availability_zones: Option<Vec<String>>,
pub cidrs: Option<Vec<String>>,
pub component: Option<AnalysisComponent>,
pub customer_gateway: Option<AnalysisComponent>,
pub destination: Option<AnalysisComponent>,
pub destination_vpc: Option<AnalysisComponent>,
pub direction: Option<String>,
pub explanation_code: Option<String>,
pub ingress_route_table: Option<AnalysisComponent>,
pub internet_gateway: Option<AnalysisComponent>,
pub load_balancer_arn: Option<String>,
pub classic_load_balancer_listener: Option<AnalysisLoadBalancerListener>,
pub load_balancer_listener_port: Option<i32>,
pub load_balancer_target: Option<AnalysisLoadBalancerTarget>,
pub load_balancer_target_group: Option<AnalysisComponent>,
pub load_balancer_target_groups: Option<Vec<AnalysisComponent>>,
pub load_balancer_target_port: Option<i32>,
pub elastic_load_balancer_listener: Option<AnalysisComponent>,
pub missing_component: Option<String>,
pub nat_gateway: Option<AnalysisComponent>,
pub network_interface: Option<AnalysisComponent>,
pub packet_field: Option<String>,
pub vpc_peering_connection: Option<AnalysisComponent>,
pub port: Option<i32>,
pub port_ranges: Option<Vec<PortRange>>,
pub prefix_list: Option<AnalysisComponent>,
pub protocols: Option<Vec<String>>,
pub route_table_route: Option<AnalysisRouteTableRoute>,
pub route_table: Option<AnalysisComponent>,
pub security_group: Option<AnalysisComponent>,
pub security_group_rule: Option<AnalysisSecurityGroupRule>,
pub security_groups: Option<Vec<AnalysisComponent>>,
pub source_vpc: Option<AnalysisComponent>,
pub state: Option<String>,
pub subnet: Option<AnalysisComponent>,
pub subnet_route_table: Option<AnalysisComponent>,
pub vpc: Option<AnalysisComponent>,
pub vpc_endpoint: Option<AnalysisComponent>,
pub vpn_connection: Option<AnalysisComponent>,
pub vpn_gateway: Option<AnalysisComponent>,
pub transit_gateway: Option<AnalysisComponent>,
pub transit_gateway_route_table: Option<AnalysisComponent>,
pub transit_gateway_route_table_route: Option<TransitGatewayRouteTableRoute>,
pub transit_gateway_attachment: Option<AnalysisComponent>,
}
Expand description
Describes an explanation code for an unreachable path. For more information, see Reachability Analyzer explanation codes.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.acl: Option<AnalysisComponent>
The network ACL.
acl_rule: Option<AnalysisAclRule>
The network ACL rule.
address: Option<String>
The IPv4 address, in CIDR notation.
addresses: Option<Vec<String>>
The IPv4 addresses, in CIDR notation.
attached_to: Option<AnalysisComponent>
The resource to which the component is attached.
availability_zones: Option<Vec<String>>
The Availability Zones.
cidrs: Option<Vec<String>>
The CIDR ranges.
component: Option<AnalysisComponent>
The component.
customer_gateway: Option<AnalysisComponent>
The customer gateway.
destination: Option<AnalysisComponent>
The destination.
destination_vpc: Option<AnalysisComponent>
The destination VPC.
direction: Option<String>
The direction. The following are the possible values:
-
egress
-
ingress
explanation_code: Option<String>
The explanation code.
ingress_route_table: Option<AnalysisComponent>
The route table.
internet_gateway: Option<AnalysisComponent>
The internet gateway.
load_balancer_arn: Option<String>
The Amazon Resource Name (ARN) of the load balancer.
classic_load_balancer_listener: Option<AnalysisLoadBalancerListener>
The listener for a Classic Load Balancer.
load_balancer_listener_port: Option<i32>
The listener port of the load balancer.
load_balancer_target: Option<AnalysisLoadBalancerTarget>
The target.
load_balancer_target_group: Option<AnalysisComponent>
The target group.
load_balancer_target_groups: Option<Vec<AnalysisComponent>>
The target groups.
load_balancer_target_port: Option<i32>
The target port.
elastic_load_balancer_listener: Option<AnalysisComponent>
The load balancer listener.
missing_component: Option<String>
The missing component.
nat_gateway: Option<AnalysisComponent>
The NAT gateway.
network_interface: Option<AnalysisComponent>
The network interface.
packet_field: Option<String>
The packet field.
vpc_peering_connection: Option<AnalysisComponent>
The VPC peering connection.
port: Option<i32>
The port.
port_ranges: Option<Vec<PortRange>>
The port ranges.
prefix_list: Option<AnalysisComponent>
The prefix list.
protocols: Option<Vec<String>>
The protocols.
route_table_route: Option<AnalysisRouteTableRoute>
The route table route.
route_table: Option<AnalysisComponent>
The route table.
security_group: Option<AnalysisComponent>
The security group.
security_group_rule: Option<AnalysisSecurityGroupRule>
The security group rule.
security_groups: Option<Vec<AnalysisComponent>>
The security groups.
source_vpc: Option<AnalysisComponent>
The source VPC.
state: Option<String>
The state.
subnet: Option<AnalysisComponent>
The subnet.
subnet_route_table: Option<AnalysisComponent>
The route table for the subnet.
vpc: Option<AnalysisComponent>
The component VPC.
vpc_endpoint: Option<AnalysisComponent>
The VPC endpoint.
vpn_connection: Option<AnalysisComponent>
The VPN connection.
vpn_gateway: Option<AnalysisComponent>
The VPN gateway.
transit_gateway: Option<AnalysisComponent>
The transit gateway.
transit_gateway_route_table: Option<AnalysisComponent>
The transit gateway route table.
transit_gateway_route_table_route: Option<TransitGatewayRouteTableRoute>
The transit gateway route table route.
transit_gateway_attachment: Option<AnalysisComponent>
The transit gateway attachment.
Implementations
sourceimpl Explanation
impl Explanation
sourcepub fn acl(&self) -> Option<&AnalysisComponent>
pub fn acl(&self) -> Option<&AnalysisComponent>
The network ACL.
sourcepub fn acl_rule(&self) -> Option<&AnalysisAclRule>
pub fn acl_rule(&self) -> Option<&AnalysisAclRule>
The network ACL rule.
sourcepub fn attached_to(&self) -> Option<&AnalysisComponent>
pub fn attached_to(&self) -> Option<&AnalysisComponent>
The resource to which the component is attached.
sourcepub fn availability_zones(&self) -> Option<&[String]>
pub fn availability_zones(&self) -> Option<&[String]>
The Availability Zones.
sourcepub fn component(&self) -> Option<&AnalysisComponent>
pub fn component(&self) -> Option<&AnalysisComponent>
The component.
sourcepub fn customer_gateway(&self) -> Option<&AnalysisComponent>
pub fn customer_gateway(&self) -> Option<&AnalysisComponent>
The customer gateway.
sourcepub fn destination(&self) -> Option<&AnalysisComponent>
pub fn destination(&self) -> Option<&AnalysisComponent>
The destination.
sourcepub fn destination_vpc(&self) -> Option<&AnalysisComponent>
pub fn destination_vpc(&self) -> Option<&AnalysisComponent>
The destination VPC.
sourcepub fn direction(&self) -> Option<&str>
pub fn direction(&self) -> Option<&str>
The direction. The following are the possible values:
-
egress
-
ingress
sourcepub fn explanation_code(&self) -> Option<&str>
pub fn explanation_code(&self) -> Option<&str>
The explanation code.
sourcepub fn ingress_route_table(&self) -> Option<&AnalysisComponent>
pub fn ingress_route_table(&self) -> Option<&AnalysisComponent>
The route table.
sourcepub fn internet_gateway(&self) -> Option<&AnalysisComponent>
pub fn internet_gateway(&self) -> Option<&AnalysisComponent>
The internet gateway.
sourcepub fn load_balancer_arn(&self) -> Option<&str>
pub fn load_balancer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the load balancer.
sourcepub fn classic_load_balancer_listener(
&self
) -> Option<&AnalysisLoadBalancerListener>
pub fn classic_load_balancer_listener(
&self
) -> Option<&AnalysisLoadBalancerListener>
The listener for a Classic Load Balancer.
sourcepub fn load_balancer_listener_port(&self) -> Option<i32>
pub fn load_balancer_listener_port(&self) -> Option<i32>
The listener port of the load balancer.
sourcepub fn load_balancer_target(&self) -> Option<&AnalysisLoadBalancerTarget>
pub fn load_balancer_target(&self) -> Option<&AnalysisLoadBalancerTarget>
The target.
sourcepub fn load_balancer_target_group(&self) -> Option<&AnalysisComponent>
pub fn load_balancer_target_group(&self) -> Option<&AnalysisComponent>
The target group.
sourcepub fn load_balancer_target_groups(&self) -> Option<&[AnalysisComponent]>
pub fn load_balancer_target_groups(&self) -> Option<&[AnalysisComponent]>
The target groups.
sourcepub fn load_balancer_target_port(&self) -> Option<i32>
pub fn load_balancer_target_port(&self) -> Option<i32>
The target port.
sourcepub fn elastic_load_balancer_listener(&self) -> Option<&AnalysisComponent>
pub fn elastic_load_balancer_listener(&self) -> Option<&AnalysisComponent>
The load balancer listener.
sourcepub fn missing_component(&self) -> Option<&str>
pub fn missing_component(&self) -> Option<&str>
The missing component.
sourcepub fn nat_gateway(&self) -> Option<&AnalysisComponent>
pub fn nat_gateway(&self) -> Option<&AnalysisComponent>
The NAT gateway.
sourcepub fn network_interface(&self) -> Option<&AnalysisComponent>
pub fn network_interface(&self) -> Option<&AnalysisComponent>
The network interface.
sourcepub fn packet_field(&self) -> Option<&str>
pub fn packet_field(&self) -> Option<&str>
The packet field.
sourcepub fn vpc_peering_connection(&self) -> Option<&AnalysisComponent>
pub fn vpc_peering_connection(&self) -> Option<&AnalysisComponent>
The VPC peering connection.
sourcepub fn port_ranges(&self) -> Option<&[PortRange]>
pub fn port_ranges(&self) -> Option<&[PortRange]>
The port ranges.
sourcepub fn prefix_list(&self) -> Option<&AnalysisComponent>
pub fn prefix_list(&self) -> Option<&AnalysisComponent>
The prefix list.
sourcepub fn route_table_route(&self) -> Option<&AnalysisRouteTableRoute>
pub fn route_table_route(&self) -> Option<&AnalysisRouteTableRoute>
The route table route.
sourcepub fn route_table(&self) -> Option<&AnalysisComponent>
pub fn route_table(&self) -> Option<&AnalysisComponent>
The route table.
sourcepub fn security_group(&self) -> Option<&AnalysisComponent>
pub fn security_group(&self) -> Option<&AnalysisComponent>
The security group.
sourcepub fn security_group_rule(&self) -> Option<&AnalysisSecurityGroupRule>
pub fn security_group_rule(&self) -> Option<&AnalysisSecurityGroupRule>
The security group rule.
sourcepub fn security_groups(&self) -> Option<&[AnalysisComponent]>
pub fn security_groups(&self) -> Option<&[AnalysisComponent]>
The security groups.
sourcepub fn source_vpc(&self) -> Option<&AnalysisComponent>
pub fn source_vpc(&self) -> Option<&AnalysisComponent>
The source VPC.
sourcepub fn subnet(&self) -> Option<&AnalysisComponent>
pub fn subnet(&self) -> Option<&AnalysisComponent>
The subnet.
sourcepub fn subnet_route_table(&self) -> Option<&AnalysisComponent>
pub fn subnet_route_table(&self) -> Option<&AnalysisComponent>
The route table for the subnet.
sourcepub fn vpc(&self) -> Option<&AnalysisComponent>
pub fn vpc(&self) -> Option<&AnalysisComponent>
The component VPC.
sourcepub fn vpc_endpoint(&self) -> Option<&AnalysisComponent>
pub fn vpc_endpoint(&self) -> Option<&AnalysisComponent>
The VPC endpoint.
sourcepub fn vpn_connection(&self) -> Option<&AnalysisComponent>
pub fn vpn_connection(&self) -> Option<&AnalysisComponent>
The VPN connection.
sourcepub fn vpn_gateway(&self) -> Option<&AnalysisComponent>
pub fn vpn_gateway(&self) -> Option<&AnalysisComponent>
The VPN gateway.
sourcepub fn transit_gateway(&self) -> Option<&AnalysisComponent>
pub fn transit_gateway(&self) -> Option<&AnalysisComponent>
The transit gateway.
sourcepub fn transit_gateway_route_table(&self) -> Option<&AnalysisComponent>
pub fn transit_gateway_route_table(&self) -> Option<&AnalysisComponent>
The transit gateway route table.
sourcepub fn transit_gateway_route_table_route(
&self
) -> Option<&TransitGatewayRouteTableRoute>
pub fn transit_gateway_route_table_route(
&self
) -> Option<&TransitGatewayRouteTableRoute>
The transit gateway route table route.
sourcepub fn transit_gateway_attachment(&self) -> Option<&AnalysisComponent>
pub fn transit_gateway_attachment(&self) -> Option<&AnalysisComponent>
The transit gateway attachment.
sourceimpl Explanation
impl Explanation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Explanation
.
Trait Implementations
sourceimpl Clone for Explanation
impl Clone for Explanation
sourcefn clone(&self) -> Explanation
fn clone(&self) -> Explanation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Explanation
impl Debug for Explanation
sourceimpl PartialEq<Explanation> for Explanation
impl PartialEq<Explanation> for Explanation
sourcefn eq(&self, other: &Explanation) -> bool
fn eq(&self, other: &Explanation) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Explanation) -> bool
fn ne(&self, other: &Explanation) -> bool
This method tests for !=
.
impl StructuralPartialEq for Explanation
Auto Trait Implementations
impl RefUnwindSafe for Explanation
impl Send for Explanation
impl Sync for Explanation
impl Unpin for Explanation
impl UnwindSafe for Explanation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more