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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class IpamRouteProtectionFinding
The IpamRouteProtectionFinding type exposes the following members
| Name | Description | |
|---|---|---|
|
IpamRouteProtectionFinding() |
| Name | Type | Description | |
|---|---|---|---|
|
AdvertisementType | Amazon.EC2.IpamByoipAdvertisementType |
Gets and sets the property AdvertisementType. The advertisement type. Possible values:
|
|
Asn | System.String |
Gets and sets the property Asn. The Autonomous System Number (ASN) that originates the route. |
|
Cidr | System.String |
Gets and sets the property Cidr. The IP address prefix in CIDR notation. |
|
IpamPoolId | System.String |
Gets and sets the property IpamPoolId. The ID of the IPAM pool associated with the finding. |
|
NetworkBorderGroup | System.String |
Gets and sets the property NetworkBorderGroup. The network border group. |
|
PoolId | System.String |
Gets and sets the property PoolId. The ID of the BYOIP pool. |
|
ResourceOwnerId | System.String |
Gets and sets the property ResourceOwnerId. The ID of the resource owner. |
|
ResourceRegion | System.String |
Gets and sets the property ResourceRegion. The Amazon Web Services Region of the resource. |
|
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. |
|
RoaSampleTime | System.Nullable<System.DateTime> |
Gets and sets the property RoaSampleTime. The time when the ROA data was last sampled. |
|
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. |
|
RpkiStatus | Amazon.EC2.IpamRpkiStatus |
Gets and sets the property RpkiStatus. The RPKI validation status of the route. Possible values:
|
|
RpkiStrength | Amazon.EC2.IpamRpkiStrength |
Gets and sets the property RpkiStrength. The RPKI enforcement strength for the route. Possible values:
|
|
SampleTime | System.Nullable<System.DateTime> |
Gets and sets the property SampleTime. The time when the route was last sampled. |
|
State | Amazon.EC2.IpamByoipCidrState |
Gets and sets the property State. The state of the BYOIP CIDR. Possible values:
|
.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