AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the status of an analysis at completion.

Inheritance Hierarchy

System.Object
  Amazon.NetworkManager.Model.RouteAnalysisCompletion

Namespace: Amazon.NetworkManager.Model
Assembly: AWSSDK.NetworkManager.dll
Version: 3.x.y.z

Syntax

C#
public class RouteAnalysisCompletion

The RouteAnalysisCompletion type exposes the following members

Constructors

NameDescription
Public Method RouteAnalysisCompletion()

Properties

NameTypeDescription
Public Property ReasonCode Amazon.NetworkManager.RouteAnalysisCompletionReasonCode

Gets and sets the property ReasonCode.

The reason code. Available only if a connection is not found.

  • BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND - Found a black hole route with the destination CIDR block.

  • CYCLIC_PATH_DETECTED - Found the same resource multiple times while traversing the path.

  • INACTIVE_ROUTE_FOR_DESTINATION_FOUND - Found an inactive route with the destination CIDR block.

  • MAX_HOPS_EXCEEDED - Analysis exceeded 64 hops without finding the destination.

  • ROUTE_NOT_FOUND - Cannot find a route table with the destination CIDR block.

  • TGW_ATTACH_ARN_NO_MATCH - Found an attachment, but not with the correct destination ARN.

  • TGW_ATTACH_NOT_FOUND - Cannot find an attachment.

  • TGW_ATTACH_NOT_IN_TGW - Found an attachment, but not to the correct transit gateway.

  • TGW_ATTACH_STABLE_ROUTE_TABLE_NOT_FOUND - The state of the route table association is not associated.

Public Property ReasonContext System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property ReasonContext.

Additional information about the path. Available only if a connection is not found.

Public Property ResultCode Amazon.NetworkManager.RouteAnalysisCompletionResultCode

Gets and sets the property ResultCode.

The result of the analysis. If the status is NOT_CONNECTED, check the reason code.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5