GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute class

Constructors

GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute({required Input<String> destinationCidr, required Input<String> destinationPrefixListId, required Input<String> egressOnlyInternetGatewayId, required Input<String> gatewayId, required Input<String> instanceId, required Input<String> natGatewayId, required Input<String> networkInterfaceId, required Input<String> origin, required Input<String> transitGatewayId, required Input<String> vpcPeeringConnectionId})
Creates a new GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute. destinationCidr Required. destinationPrefixListId Required. egressOnlyInternetGatewayId Required. gatewayId Required. instanceId Required. natGatewayId Required. networkInterfaceId Required. origin Required. transitGatewayId Required. vpcPeeringConnectionId Required.
const
GetNetworkInsightsAnalysisReturnPathComponentRouteTableRoute.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