Skip to content

/AWS1/CL_EC2INSTIPV6ADDRESS

Describes an IPv6 address.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_IPV6ADDRESS TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The IPv6 address.

IV_ISPRIMARYIPV6 TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

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.


Queryable Attributes

Ipv6Address

The IPv6 address.

Accessible with the following methods

Method Description
GET_IPV6ADDRESS() Getter for IPV6ADDRESS, with configurable default
ASK_IPV6ADDRESS() Getter for IPV6ADDRESS w/ exceptions if field has no value
HAS_IPV6ADDRESS() Determine if IPV6ADDRESS has a value

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.

Accessible with the following methods

Method Description
GET_ISPRIMARYIPV6() Getter for ISPRIMARYIPV6, with configurable default
ASK_ISPRIMARYIPV6() Getter for ISPRIMARYIPV6 w/ exceptions if field has no value
HAS_ISPRIMARYIPV6() Determine if ISPRIMARYIPV6 has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_INSTANCEIPV6ADDRESSLIST

TYPES TT_INSTANCEIPV6ADDRESSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2INSTIPV6ADDRESS WITH DEFAULT KEY
.