Skip to content

/AWS1/CL_EC2IPV6RANGE

Describes an IPv6 address range.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A description for the security group rule that references this IPv6 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

IV_CIDRIPV6 TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The IPv6 address range. You can either specify a CIDR block or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.


Queryable Attributes

Description

A description for the security group rule that references this IPv6 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

CidrIpv6

The IPv6 address range. You can either specify a CIDR block or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.

Accessible with the following methods

Method Description
GET_CIDRIPV6() Getter for CIDRIPV6, with configurable default
ASK_CIDRIPV6() Getter for CIDRIPV6 w/ exceptions if field has no value
HAS_CIDRIPV6() Determine if CIDRIPV6 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_IPV6RANGELIST

TYPES TT_IPV6RANGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IPV6RANGE WITH DEFAULT KEY
.