Network Insights Analysis Path Component
data class NetworkInsightsAnalysisPathComponent(val aclRule: NetworkInsightsAnalysisAnalysisAclRule? = null, val additionalDetails: List<NetworkInsightsAnalysisAdditionalDetail>? = null, val component: NetworkInsightsAnalysisAnalysisComponent? = null, val destinationVpc: NetworkInsightsAnalysisAnalysisComponent? = null, val elasticLoadBalancerListener: NetworkInsightsAnalysisAnalysisComponent? = null, val explanations: List<NetworkInsightsAnalysisExplanation>? = null, val inboundHeader: NetworkInsightsAnalysisAnalysisPacketHeader? = null, val outboundHeader: NetworkInsightsAnalysisAnalysisPacketHeader? = null, val routeTableRoute: NetworkInsightsAnalysisAnalysisRouteTableRoute? = null, val securityGroupRule: NetworkInsightsAnalysisAnalysisSecurityGroupRule? = null, val sequenceNumber: Int? = null, val serviceName: String? = null, val sourceVpc: NetworkInsightsAnalysisAnalysisComponent? = null, val subnet: NetworkInsightsAnalysisAnalysisComponent? = null, val transitGateway: NetworkInsightsAnalysisAnalysisComponent? = null, val transitGatewayRouteTableRoute: NetworkInsightsAnalysisTransitGatewayRouteTableRoute? = null, val vpc: NetworkInsightsAnalysisAnalysisComponent? = null)
Constructors
Link copied to clipboard
constructor(aclRule: NetworkInsightsAnalysisAnalysisAclRule? = null, additionalDetails: List<NetworkInsightsAnalysisAdditionalDetail>? = null, component: NetworkInsightsAnalysisAnalysisComponent? = null, destinationVpc: NetworkInsightsAnalysisAnalysisComponent? = null, elasticLoadBalancerListener: NetworkInsightsAnalysisAnalysisComponent? = null, explanations: List<NetworkInsightsAnalysisExplanation>? = null, inboundHeader: NetworkInsightsAnalysisAnalysisPacketHeader? = null, outboundHeader: NetworkInsightsAnalysisAnalysisPacketHeader? = null, routeTableRoute: NetworkInsightsAnalysisAnalysisRouteTableRoute? = null, securityGroupRule: NetworkInsightsAnalysisAnalysisSecurityGroupRule? = null, sequenceNumber: Int? = null, serviceName: String? = null, sourceVpc: NetworkInsightsAnalysisAnalysisComponent? = null, subnet: NetworkInsightsAnalysisAnalysisComponent? = null, transitGateway: NetworkInsightsAnalysisAnalysisComponent? = null, transitGatewayRouteTableRoute: NetworkInsightsAnalysisTransitGatewayRouteTableRoute? = null, vpc: NetworkInsightsAnalysisAnalysisComponent? = null)
Properties
Link copied to clipboard
The network ACL rule.
Link copied to clipboard
The additional details.
Link copied to clipboard
The component.
Link copied to clipboard
The destination VPC.
Link copied to clipboard
The load balancer listener.
Link copied to clipboard
The explanation codes.
Link copied to clipboard
The inbound header.
Link copied to clipboard
The outbound header.
Link copied to clipboard
The route table route.
Link copied to clipboard
The security group rule.
Link copied to clipboard
The sequence number.
Link copied to clipboard
The name of the VPC endpoint service.
Link copied to clipboard
The source VPC.
Link copied to clipboard
The subnet.
Link copied to clipboard
The transit gateway.
Link copied to clipboard
The route in a transit gateway route table.
Link copied to clipboard
The component VPC.