NetworkInsightsAnalysisForwardPathComponent class
Constructors
-
NetworkInsightsAnalysisForwardPathComponent({Input<
List< ? aclRules, Input<NetworkInsightsAnalysisForwardPathComponentAclRule> ?>List< ? additionalDetails, Input<NetworkInsightsAnalysisForwardPathComponentAdditionalDetail> ?>List< ? attachedTos, Input<NetworkInsightsAnalysisForwardPathComponentAttachedTo> ?>List< ? components, Input<NetworkInsightsAnalysisForwardPathComponentComponent> ?>List< ? destinationVpcs, Input<NetworkInsightsAnalysisForwardPathComponentDestinationVpc> ?>List< ? inboundHeaders, Input<NetworkInsightsAnalysisForwardPathComponentInboundHeader> ?>List< ? outboundHeaders, Input<NetworkInsightsAnalysisForwardPathComponentOutboundHeader> ?>List< ? routeTableRoutes, Input<NetworkInsightsAnalysisForwardPathComponentRouteTableRoute> ?>List< ? securityGroupRules, Input<NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule> ?>int?> ? sequenceNumber, Input<List< ? sourceVpcs, Input<NetworkInsightsAnalysisForwardPathComponentSourceVpc> ?>List< ? subnets, Input<NetworkInsightsAnalysisForwardPathComponentSubnet> ?>List< ? transitGatewayRouteTableRoutes, Input<NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute> ?>List< ? transitGateways, Input<NetworkInsightsAnalysisForwardPathComponentTransitGateway> ?>List< ? vpcs})NetworkInsightsAnalysisForwardPathComponentVpc> ?> -
Creates a new NetworkInsightsAnalysisForwardPathComponent.
aclRulesOptional.additionalDetailsOptional.attachedTosOptional.componentsOptional.destinationVpcsOptional.inboundHeadersOptional.outboundHeadersOptional.routeTableRoutesOptional.securityGroupRulesOptional.sequenceNumberOptional.sourceVpcsOptional.subnetsOptional.transitGatewayRouteTableRoutesOptional.transitGatewaysOptional.vpcsOptional.const -
NetworkInsightsAnalysisForwardPathComponent.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
aclRules
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentAclRule> ?> -
final
-
additionalDetails
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentAdditionalDetail> ?> -
final
-
attachedTos
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentAttachedTo> ?> -
final
-
components
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentComponent> ?> -
final
-
destinationVpcs
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentDestinationVpc> ?> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inboundHeaders
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentInboundHeader> ?> -
final
-
outboundHeaders
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentOutboundHeader> ?> -
final
-
routeTableRoutes
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentRouteTableRoute> ?> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityGroupRules
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule> ?> -
final
-
sequenceNumber
→ Input<
int?> ? -
final
-
sourceVpcs
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentSourceVpc> ?> -
final
-
subnets
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentSubnet> ?> -
final
-
transitGatewayRouteTableRoutes
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute> ?> -
final
-
transitGateways
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentTransitGateway> ?> -
final
-
vpcs
→ Input<
List< ?NetworkInsightsAnalysisForwardPathComponentVpc> ?> -
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