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.

Describes an Elastic IP address, or a carrier IP address.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.Address

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

Syntax

C#
public class Address

The Address type exposes the following members

Constructors

NameDescription
Public Method Address()

Properties

NameTypeDescription
Public Property AllocationId System.String

Gets and sets the property AllocationId.

The ID representing the allocation of the address.

Public Property AssociationId System.String

Gets and sets the property AssociationId.

The ID representing the association of the address with an instance.

Public Property CarrierIp System.String

Gets and sets the property CarrierIp.

The carrier IP address associated. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance).

Public Property CustomerOwnedIp System.String

Gets and sets the property CustomerOwnedIp.

The customer-owned IP address.

Public Property CustomerOwnedIpv4Pool System.String

Gets and sets the property CustomerOwnedIpv4Pool.

The ID of the customer-owned address pool.

Public Property Domain Amazon.EC2.DomainType

Gets and sets the property Domain.

The network (vpc).

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The ID of the instance that the address is associated with (if any).

Public Property NetworkBorderGroup System.String

Gets and sets the property NetworkBorderGroup.

The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

Public Property NetworkInterfaceId System.String

Gets and sets the property NetworkInterfaceId.

The ID of the network interface.

Public Property NetworkInterfaceOwnerId System.String

Gets and sets the property NetworkInterfaceOwnerId.

The ID of the Amazon Web Services account that owns the network interface.

Public Property PrivateIpAddress System.String

Gets and sets the property PrivateIpAddress.

The private IP address associated with the Elastic IP address.

Public Property PublicIp System.String

Gets and sets the property PublicIp.

The Elastic IP address.

Public Property PublicIpv4Pool System.String

Gets and sets the property PublicIpv4Pool.

The ID of an address pool.

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

Any tags assigned to the Elastic IP address.

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