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.

Container for the parameters to the CreateNetworkInsightsPath operation. Creates a path to analyze for reachability.

Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see the Reachability Analyzer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.CreateNetworkInsightsPathRequest

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

Syntax

C#
public class CreateNetworkInsightsPathRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The CreateNetworkInsightsPathRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Public Property Destination System.String

Gets and sets the property Destination.

The ID or ARN of the destination. If the resource is in another account, you must specify an ARN.

Public Property DestinationIp System.String

Gets and sets the property DestinationIp.

The IP address of the destination.

Public Property DestinationPort System.Int32

Gets and sets the property DestinationPort.

The destination port.

Public Property FilterAtDestination Amazon.EC2.Model.PathRequestFilter

Gets and sets the property FilterAtDestination.

Scopes the analysis to network paths that match specific filters at the destination. If you specify this parameter, you can't specify the parameter for the destination IP address.

Public Property FilterAtSource Amazon.EC2.Model.PathRequestFilter

Gets and sets the property FilterAtSource.

Scopes the analysis to network paths that match specific filters at the source. If you specify this parameter, you can't specify the parameters for the source IP address or the destination port.

Public Property Protocol Amazon.EC2.Protocol

Gets and sets the property Protocol.

The protocol.

Public Property Source System.String

Gets and sets the property Source.

The ID or ARN of the source. If the resource is in another account, you must specify an ARN.

Public Property SourceIp System.String

Gets and sets the property SourceIp.

The IP address of the source.

Public Property TagSpecifications System.Collections.Generic.List<Amazon.EC2.Model.TagSpecification>

Gets and sets the property TagSpecifications.

The tags to add to the path.

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