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 IPv6 address.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.InstanceIpv6Address

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

Syntax

C#
public class InstanceIpv6Address

The InstanceIpv6Address type exposes the following members

Constructors

NameDescription
Public Method InstanceIpv6Address()

Properties

NameTypeDescription
Public Property Ipv6Address System.String

Gets and sets the property Ipv6Address.

The IPv6 address.

Public Property IsPrimaryIpv6 System.Boolean

Gets and sets the property IsPrimaryIpv6.

Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see RunInstances.

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