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 a path.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.NetworkInsightsPath

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

Syntax

C#
public class NetworkInsightsPath

The NetworkInsightsPath type exposes the following members

Constructors

NameDescription
Public Method NetworkInsightsPath()

Properties

NameTypeDescription
Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

The time stamp when the path was created.

Public Property Destination System.String

Gets and sets the property Destination.

The ID of the destination.

Public Property DestinationArn System.String

Gets and sets the property DestinationArn.

The Amazon Resource Name (ARN) of the destination.

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.PathFilter

Gets and sets the property FilterAtDestination.

Scopes the analysis to network paths that match specific filters at the destination.

Public Property FilterAtSource Amazon.EC2.Model.PathFilter

Gets and sets the property FilterAtSource.

Scopes the analysis to network paths that match specific filters at the source.

Public Property NetworkInsightsPathArn System.String

Gets and sets the property NetworkInsightsPathArn.

The Amazon Resource Name (ARN) of the path.

Public Property NetworkInsightsPathId System.String

Gets and sets the property NetworkInsightsPathId.

The ID of the path.

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 of the source.

Public Property SourceArn System.String

Gets and sets the property SourceArn.

The Amazon Resource Name (ARN) of the source.

Public Property SourceIp System.String

Gets and sets the property SourceIp.

The IP address of the source.

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

The tags associated with the path.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5