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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class NetworkInsightsPath
The NetworkInsightsPath type exposes the following members
Name | Description | |
---|---|---|
![]() |
NetworkInsightsPath() |
Name | Type | Description | |
---|---|---|---|
![]() |
CreatedDate | System.Nullable<System.DateTime> |
Gets and sets the property CreatedDate. The time stamp when the path was created. |
![]() |
Destination | System.String |
Gets and sets the property Destination. The ID of the destination. |
![]() |
DestinationArn | System.String |
Gets and sets the property DestinationArn. The Amazon Resource Name (ARN) of the destination. |
![]() |
DestinationIp | System.String |
Gets and sets the property DestinationIp. The IP address of the destination. |
![]() |
DestinationPort | System.Nullable<System.Int32> |
Gets and sets the property DestinationPort. The destination port. |
![]() |
FilterAtDestination | Amazon.EC2.Model.PathFilter |
Gets and sets the property FilterAtDestination. Scopes the analysis to network paths that match specific filters at the destination. |
![]() |
FilterAtSource | Amazon.EC2.Model.PathFilter |
Gets and sets the property FilterAtSource. Scopes the analysis to network paths that match specific filters at the source. |
![]() |
NetworkInsightsPathArn | System.String |
Gets and sets the property NetworkInsightsPathArn. The Amazon Resource Name (ARN) of the path. |
![]() |
NetworkInsightsPathId | System.String |
Gets and sets the property NetworkInsightsPathId. The ID of the path. |
![]() |
Protocol | Amazon.EC2.Protocol |
Gets and sets the property Protocol. The protocol. |
![]() |
Source | System.String |
Gets and sets the property Source. The ID of the source. |
![]() |
SourceArn | System.String |
Gets and sets the property SourceArn. The Amazon Resource Name (ARN) of the source. |
![]() |
SourceIp | System.String |
Gets and sets the property SourceIp. The IP address of the source. |
![]() |
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. The tags associated with the path. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer