GetNetworkInsightsAnalysisReturnPathComponent class

Constructors

GetNetworkInsightsAnalysisReturnPathComponent({required Input<List<GetNetworkInsightsAnalysisReturnPathComponentAclRule>> aclRules, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentAdditionalDetail>> additionalDetails, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentAttachedTo>> attachedTos, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentComponent>> components, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentDestinationVpc>> destinationVpcs, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentInboundHeader>> inboundHeaders, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader>> outboundHeaders, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute>> routeTableRoutes, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule>> securityGroupRules, required Input<int> sequenceNumber, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentSourceVpc>> sourceVpcs, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentSubnet>> subnets, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute>> transitGatewayRouteTableRoutes, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentTransitGateway>> transitGateways, required Input<List<GetNetworkInsightsAnalysisReturnPathComponentVpc>> vpcs})
Creates a new GetNetworkInsightsAnalysisReturnPathComponent. aclRules Required. additionalDetails Required. attachedTos Required. components Required. destinationVpcs Required. inboundHeaders Required. outboundHeaders Required. routeTableRoutes Required. securityGroupRules Required. sequenceNumber Required. sourceVpcs Required. subnets Required. transitGatewayRouteTableRoutes Required. transitGateways Required. vpcs Required.
const
GetNetworkInsightsAnalysisReturnPathComponent.fromMap(Map<String, dynamic> map)
factory

Properties

aclRules → Input<List<GetNetworkInsightsAnalysisReturnPathComponentAclRule>>
final
additionalDetails → Input<List<GetNetworkInsightsAnalysisReturnPathComponentAdditionalDetail>>
final
attachedTos → Input<List<GetNetworkInsightsAnalysisReturnPathComponentAttachedTo>>
final
components → Input<List<GetNetworkInsightsAnalysisReturnPathComponentComponent>>
final
destinationVpcs → Input<List<GetNetworkInsightsAnalysisReturnPathComponentDestinationVpc>>
final
hashCode int
The hash code for this object.
no setterinherited
inboundHeaders → Input<List<GetNetworkInsightsAnalysisReturnPathComponentInboundHeader>>
final
outboundHeaders → Input<List<GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader>>
final
routeTableRoutes → Input<List<GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupRules → Input<List<GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule>>
final
sequenceNumber → Input<int>
final
sourceVpcs → Input<List<GetNetworkInsightsAnalysisReturnPathComponentSourceVpc>>
final
subnets → Input<List<GetNetworkInsightsAnalysisReturnPathComponentSubnet>>
final
transitGatewayRouteTableRoutes → Input<List<GetNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute>>
final
transitGateways → Input<List<GetNetworkInsightsAnalysisReturnPathComponentTransitGateway>>
final
vpcs → Input<List<GetNetworkInsightsAnalysisReturnPathComponentVpc>>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited