GetNetworkInsightsAnalysisReturnPathComponent class
Constructors
-
GetNetworkInsightsAnalysisReturnPathComponent({required Input<
List< aclRules, required Input<GetNetworkInsightsAnalysisReturnPathComponentAclRule> >List< additionalDetails, required Input<GetNetworkInsightsAnalysisReturnPathComponentAdditionalDetail> >List< attachedTos, required Input<GetNetworkInsightsAnalysisReturnPathComponentAttachedTo> >List< components, required Input<GetNetworkInsightsAnalysisReturnPathComponentComponent> >List< destinationVpcs, required Input<GetNetworkInsightsAnalysisReturnPathComponentDestinationVpc> >List< inboundHeaders, required Input<GetNetworkInsightsAnalysisReturnPathComponentInboundHeader> >List< outboundHeaders, required Input<GetNetworkInsightsAnalysisReturnPathComponentOutboundHeader> >List< routeTableRoutes, required Input<GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute> >List< securityGroupRules, required Input<GetNetworkInsightsAnalysisReturnPathComponentSecurityGroupRule> >int> sequenceNumber, required Input<List< sourceVpcs, required Input<GetNetworkInsightsAnalysisReturnPathComponentSourceVpc> >List< subnets, required Input<GetNetworkInsightsAnalysisReturnPathComponentSubnet> >List< transitGatewayRouteTableRoutes, required Input<GetNetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute> >List< transitGateways, required Input<GetNetworkInsightsAnalysisReturnPathComponentTransitGateway> >List< vpcs})GetNetworkInsightsAnalysisReturnPathComponentVpc> > -
Creates a new GetNetworkInsightsAnalysisReturnPathComponent.
aclRulesRequired.additionalDetailsRequired.attachedTosRequired.componentsRequired.destinationVpcsRequired.inboundHeadersRequired.outboundHeadersRequired.routeTableRoutesRequired.securityGroupRulesRequired.sequenceNumberRequired.sourceVpcsRequired.subnetsRequired.transitGatewayRouteTableRoutesRequired.transitGatewaysRequired.vpcsRequired.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