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.

Represents the IP address range for a single region and service key.

Inheritance Hierarchy

System.Object
  Amazon.Util.AWSPublicIpAddressRange

Namespace: Amazon.Util
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z

Syntax

C#
public class AWSPublicIpAddressRange

The AWSPublicIpAddressRange type exposes the following members

Constructors

NameDescription
Public Method AWSPublicIpAddressRange()

Properties

NameTypeDescription
Public Property IpAddressFormat Amazon.Util.AWSPublicIpAddressRange.AddressFormat

Indicates ipv4 or v6 format of the address

Public Property IpPrefix System.String

The public IPv4 or Ipv6 address range, in CIDR notation.

Public Property NetworkBorderGroup System.String

The network border group the IP address range belongs to.

Public Property Region System.String

The AWS region or GLOBAL for edge locations. Note that the CLOUDFRONT and ROUTE53 ranges are GLOBAL.

Public Property Service System.String

The subset of IP address ranges. Specify AMAZON to get all IP address ranges (for example, the ranges in the EC2 subset are also in the AMAZON subset). Note that some IP address ranges are only in the AMAZON subset.

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