GetNetworkInsightsAnalysisForwardPathComponent class
Constructors
-
GetNetworkInsightsAnalysisForwardPathComponent({required Input<
List< aclRules, required Input<GetNetworkInsightsAnalysisForwardPathComponentAclRule> >List< additionalDetails, required Input<GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail> >List< attachedTos, required Input<GetNetworkInsightsAnalysisForwardPathComponentAttachedTo> >List< components, required Input<GetNetworkInsightsAnalysisForwardPathComponentComponent> >List< destinationVpcs, required Input<GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc> >List< inboundHeaders, required Input<GetNetworkInsightsAnalysisForwardPathComponentInboundHeader> >List< outboundHeaders, required Input<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader> >List< routeTableRoutes, required Input<GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute> >List< securityGroupRules, required Input<GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule> >int> sequenceNumber, required Input<List< sourceVpcs, required Input<GetNetworkInsightsAnalysisForwardPathComponentSourceVpc> >List< subnets, required Input<GetNetworkInsightsAnalysisForwardPathComponentSubnet> >List< transitGatewayRouteTableRoutes, required Input<GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute> >List< transitGateways, required Input<GetNetworkInsightsAnalysisForwardPathComponentTransitGateway> >List< vpcs})GetNetworkInsightsAnalysisForwardPathComponentVpc> > -
Creates a new GetNetworkInsightsAnalysisForwardPathComponent.
aclRulesRequired.additionalDetailsRequired.attachedTosRequired.componentsRequired.destinationVpcsRequired.inboundHeadersRequired.outboundHeadersRequired.routeTableRoutesRequired.securityGroupRulesRequired.sequenceNumberRequired.sourceVpcsRequired.subnetsRequired.transitGatewayRouteTableRoutesRequired.transitGatewaysRequired.vpcsRequired.const -
GetNetworkInsightsAnalysisForwardPathComponent.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
aclRules
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentAclRule> > -
final
-
additionalDetails
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail> > -
final
-
attachedTos
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentAttachedTo> > -
final
-
components
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentComponent> > -
final
-
destinationVpcs
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc> > -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inboundHeaders
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentInboundHeader> > -
final
-
outboundHeaders
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader> > -
final
-
routeTableRoutes
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityGroupRules
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule> > -
final
-
sequenceNumber
→ Input<
int> -
final
-
sourceVpcs
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentSourceVpc> > -
final
-
subnets
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentSubnet> > -
final
-
transitGatewayRouteTableRoutes
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute> > -
final
-
transitGateways
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentTransitGateway> > -
final
-
vpcs
→ Input<
List< GetNetworkInsightsAnalysisForwardPathComponentVpc> > -
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