NetworkInsightsAnalysisForwardPathComponentRouteTableRoute class
Constructors
-
NetworkInsightsAnalysisForwardPathComponentRouteTableRoute({Input<
String?> ? destinationCidr, Input<String?> ? destinationPrefixListId, Input<String?> ? egressOnlyInternetGatewayId, Input<String?> ? gatewayId, Input<String?> ? instanceId, Input<String?> ? natGatewayId, Input<String?> ? networkInterfaceId, Input<String?> ? origin, Input<String?> ? transitGatewayId, Input<String?> ? vpcPeeringConnectionId}) -
Creates a new NetworkInsightsAnalysisForwardPathComponentRouteTableRoute.
destinationCidrOptional.destinationPrefixListIdOptional.egressOnlyInternetGatewayIdOptional.gatewayIdOptional.instanceIdOptional.natGatewayIdOptional.networkInterfaceIdOptional.originOptional.transitGatewayIdOptional.vpcPeeringConnectionIdOptional.const -
NetworkInsightsAnalysisForwardPathComponentRouteTableRoute.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
destinationCidr
→ Input<
String?> ? -
final
-
destinationPrefixListId
→ Input<
String?> ? -
final
-
egressOnlyInternetGatewayId
→ Input<
String?> ? -
final
-
gatewayId
→ Input<
String?> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instanceId
→ Input<
String?> ? -
final
-
natGatewayId
→ Input<
String?> ? -
final
-
networkInterfaceId
→ Input<
String?> ? -
final
-
origin
→ Input<
String?> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transitGatewayId
→ Input<
String?> ? -
final
-
vpcPeeringConnectionId
→ Input<
String?> ? -
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