AWS SDK Version 4 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.

Contains information about a route protection finding, including the RPKI validation status of a BYOIP route announcement.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.IpamRouteProtectionFinding

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

Syntax

C#
public class IpamRouteProtectionFinding

The IpamRouteProtectionFinding type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AdvertisementType Amazon.EC2.IpamByoipAdvertisementType

Gets and sets the property AdvertisementType.

The advertisement type. Possible values:

  • regional - The IP address is advertised from a single location (regional services such as Amazon EC2).

  • global - The IP address is advertised from multiple global locations simultaneously (global services such as Amazon CloudFront).

Public Property Asn System.String

Gets and sets the property Asn.

The Autonomous System Number (ASN) that originates the route.

Public Property Cidr System.String

Gets and sets the property Cidr.

The IP address prefix in CIDR notation.

Public Property IpamPoolId System.String

Gets and sets the property IpamPoolId.

The ID of the IPAM pool associated with the finding.

Public Property NetworkBorderGroup System.String

Gets and sets the property NetworkBorderGroup.

The network border group.

Public Property PoolId System.String

Gets and sets the property PoolId.

The ID of the BYOIP pool.

Public Property ResourceOwnerId System.String

Gets and sets the property ResourceOwnerId.

The ID of the resource owner.

Public Property ResourceRegion System.String

Gets and sets the property ResourceRegion.

The Amazon Web Services Region of the resource.

Public Property Roas System.Collections.Generic.List<Amazon.EC2.Model.IpamRouteOriginAuthorization>

Gets and sets the property Roas.

The Route Origin Authorizations (ROAs) that cover the prefix.

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.

Public Property RoaSampleTime System.Nullable<System.DateTime>

Gets and sets the property RoaSampleTime.

The time when the ROA data was last sampled.

Public Property RouteOverlaps System.Collections.Generic.List<Amazon.EC2.Model.IpamRouteOverlap>

Gets and sets the property RouteOverlaps.

The overlapping routes detected for this prefix.

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.

Public Property RpkiStatus Amazon.EC2.IpamRpkiStatus

Gets and sets the property RpkiStatus.

The RPKI validation status of the route. Possible values:

  • valid - The route has a matching ROA that covers the prefix and origin ASN.

  • invalid - The route has a ROA for the prefix, but the origin ASN or prefix length does not match.

  • unknown - No ROA exists for the prefix, so RPKI validation cannot be performed.

Public Property RpkiStrength Amazon.EC2.IpamRpkiStrength

Gets and sets the property RpkiStrength.

The RPKI enforcement strength for the route. Possible values:

  • strict - Invalid routes are rejected.

  • permissive - Invalid routes are accepted but flagged.

Public Property SampleTime System.Nullable<System.DateTime>

Gets and sets the property SampleTime.

The time when the route was last sampled.

Public Property State Amazon.EC2.IpamByoipCidrState

Gets and sets the property State.

The state of the BYOIP CIDR. Possible values:

  • advertised - The CIDR is being advertised.

  • deprovisioned - The CIDR has been deprovisioned.

  • failed-deprovision - Deprovisioning failed.

  • failed-provision - Provisioning failed.

  • pending-deprovision - Deprovisioning is in progress.

  • pending-provision - Provisioning is in progress.

  • provisioned - The CIDR is provisioned.

  • provisioned-not-publicly-advertisable - The CIDR is provisioned but not publicly advertisable.

Version Information

.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