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.
Information about an address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ByoipCidr
The ByoipCidr type exposes the following members
Name | Description | |
---|---|---|
![]() |
ByoipCidr() |
Name | Type | Description | |
---|---|---|---|
![]() |
AsnAssociations | System.Collections.Generic.List<Amazon.EC2.Model.AsnAssociation> |
Gets and sets the property AsnAssociations. The BYOIP CIDR associations with ASNs. 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. |
![]() |
Cidr | System.String |
Gets and sets the property Cidr. The address range, in CIDR notation. |
![]() |
Description | System.String |
Gets and sets the property Description. The description of the address range. |
![]() |
NetworkBorderGroup | System.String |
Gets and sets the property NetworkBorderGroup. If you have Local Zones enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group. You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:
You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time. |
![]() |
State | Amazon.EC2.ByoipCidrState |
Gets and sets the property State. The state of the address range.
|
![]() |
StatusMessage | System.String |
Gets and sets the property StatusMessage. Upon success, contains the ID of the address pool. Otherwise, contains an error message. |
.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