Struct aws_sdk_ec2::model::Explanation [−][src]
#[non_exhaustive]pub struct Explanation {Show 45 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>,
}
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 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.
Implementations
The network ACL.
The network ACL rule.
The resource to which the component is attached.
The component.
The customer gateway.
The destination.
The destination VPC.
The direction. The following are possible values:
-
egress
-
ingress
The explanation code.
The route table.
The internet gateway.
The Amazon Resource Name (ARN) of the load balancer.
The listener for a Classic Load Balancer.
The listener port of the load balancer.
The target.
The target group.
The target groups.
The target port.
The load balancer listener.
The missing component.
The NAT gateway.
The network interface.
The packet field.
The VPC peering connection.
The prefix list.
The route table route.
The route table.
The security group.
The security group rule.
The security groups.
The source VPC.
The subnet.
The route table for the subnet.
The component VPC.
The VPC endpoint.
The VPN connection.
The VPN gateway.
Creates a new builder-style object to manufacture Explanation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more