NetworkInsightsAnalysisReturnPathComponent class
Constructors
-
NetworkInsightsAnalysisReturnPathComponent({Input<
List< ? aclRules, Input<NetworkInsightsAnalysisReturnPathComponentAclRule> ?>List< ? additionalDetails, Input<NetworkInsightsAnalysisReturnPathComponentAdditionalDetail> ?>List< ? attachedTos, Input<NetworkInsightsAnalysisReturnPathComponentAttachedTo> ?>List< ? components, Input<NetworkInsightsAnalysisReturnPathComponentComponent> ?>List< ? destinationVpcs, Input<NetworkInsightsAnalysisReturnPathComponentDestinationVpc> ?>List< ? inboundHeaders, Input<NetworkInsightsAnalysisReturnPathComponentInboundHeader> ?>List< ? outboundHeaders, Input<NetworkInsightsAnalysisReturnPathComponentOutboundHeader> ?>List< ? routeTableRoutes, Input<NetworkInsightsAnalysisReturnPathComponentRouteTableRoute> ?>List< ? securityGroupRules, Input<NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule> ?>int?> ? sequenceNumber, Input<List< ? sourceVpcs, Input<NetworkInsightsAnalysisReturnPathComponentSourceVpc> ?>List< ? subnets, Input<NetworkInsightsAnalysisReturnPathComponentSubnet> ?>List< ? transitGatewayRouteTableRoutes, Input<NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute> ?>List< ? transitGateways, Input<NetworkInsightsAnalysisReturnPathComponentTransitGateway> ?>List< ? vpcs})NetworkInsightsAnalysisReturnPathComponentVpc> ?> -
Creates a new NetworkInsightsAnalysisReturnPathComponent.
aclRulesOptional.additionalDetailsOptional.attachedTosOptional.componentsOptional.destinationVpcsOptional.inboundHeadersOptional.outboundHeadersOptional.routeTableRoutesOptional.securityGroupRulesOptional.sequenceNumberOptional.sourceVpcsOptional.subnetsOptional.transitGatewayRouteTableRoutesOptional.transitGatewaysOptional.vpcsOptional.const -
NetworkInsightsAnalysisReturnPathComponent.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
aclRules
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentAclRule> ?> -
final
-
additionalDetails
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentAdditionalDetail> ?> -
final
-
attachedTos
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentAttachedTo> ?> -
final
-
components
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentComponent> ?> -
final
-
destinationVpcs
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentDestinationVpc> ?> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inboundHeaders
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentInboundHeader> ?> -
final
-
outboundHeaders
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentOutboundHeader> ?> -
final
-
routeTableRoutes
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentRouteTableRoute> ?> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityGroupRules
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentSecurityGroupRule> ?> -
final
-
sequenceNumber
→ Input<
int?> ? -
final
-
sourceVpcs
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentSourceVpc> ?> -
final
-
subnets
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentSubnet> ?> -
final
-
transitGatewayRouteTableRoutes
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentTransitGatewayRouteTableRoute> ?> -
final
-
transitGateways
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentTransitGateway> ?> -
final
-
vpcs
→ Input<
List< ?NetworkInsightsAnalysisReturnPathComponentVpc> ?> -
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