NetworkInsightsAnalysisForwardPathComponent class

Constructors

NetworkInsightsAnalysisForwardPathComponent({Input<List<NetworkInsightsAnalysisForwardPathComponentAclRule>?>? aclRules, Input<List<NetworkInsightsAnalysisForwardPathComponentAdditionalDetail>?>? additionalDetails, Input<List<NetworkInsightsAnalysisForwardPathComponentAttachedTo>?>? attachedTos, Input<List<NetworkInsightsAnalysisForwardPathComponentComponent>?>? components, Input<List<NetworkInsightsAnalysisForwardPathComponentDestinationVpc>?>? destinationVpcs, Input<List<NetworkInsightsAnalysisForwardPathComponentInboundHeader>?>? inboundHeaders, Input<List<NetworkInsightsAnalysisForwardPathComponentOutboundHeader>?>? outboundHeaders, Input<List<NetworkInsightsAnalysisForwardPathComponentRouteTableRoute>?>? routeTableRoutes, Input<List<NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule>?>? securityGroupRules, Input<int?>? sequenceNumber, Input<List<NetworkInsightsAnalysisForwardPathComponentSourceVpc>?>? sourceVpcs, Input<List<NetworkInsightsAnalysisForwardPathComponentSubnet>?>? subnets, Input<List<NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute>?>? transitGatewayRouteTableRoutes, Input<List<NetworkInsightsAnalysisForwardPathComponentTransitGateway>?>? transitGateways, Input<List<NetworkInsightsAnalysisForwardPathComponentVpc>?>? vpcs})
Creates a new NetworkInsightsAnalysisForwardPathComponent. aclRules Optional. additionalDetails Optional. attachedTos Optional. components Optional. destinationVpcs Optional. inboundHeaders Optional. outboundHeaders Optional. routeTableRoutes Optional. securityGroupRules Optional. sequenceNumber Optional. sourceVpcs Optional. subnets Optional. transitGatewayRouteTableRoutes Optional. transitGateways Optional. vpcs Optional.
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