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.

Information about an address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ByoipCidr

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

Syntax

C#
public class ByoipCidr

The ByoipCidr type exposes the following members

Constructors

NameDescription
Public Method ByoipCidr()

Properties

NameTypeDescription
Public Property AsnAssociations System.Collections.Generic.List<Amazon.EC2.Model.AsnAssociation>

Gets and sets the property AsnAssociations.

The BYOIP CIDR associations with ASNs.

Public Property Cidr System.String

Gets and sets the property Cidr.

The address range, in CIDR notation.

Public Property Description System.String

Gets and sets the property Description.

The description of the address range.

Public Property 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:

  • us-east-1-dfw-2

  • us-west-2-lax-1

  • us-west-2-phx-2

You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.

Public Property State Amazon.EC2.ByoipCidrState

Gets and sets the property State.

The state of the address pool.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

Upon success, contains the ID of the address pool. Otherwise, contains an error message.

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