Skip to content

/AWS1/CL_EC2PVTIPADDRESSSPEC

Describes a secondary private IPv4 address for a network interface.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_PRIMARY TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

IV_PRIVATEIPADDRESS TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The private IPv4 address.


Queryable Attributes

Primary

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

Accessible with the following methods

Method Description
GET_PRIMARY() Getter for PRIMARY, with configurable default
ASK_PRIMARY() Getter for PRIMARY w/ exceptions if field has no value
HAS_PRIMARY() Determine if PRIMARY has a value

PrivateIpAddress

The private IPv4 address.

Accessible with the following methods

Method Description
GET_PRIVATEIPADDRESS() Getter for PRIVATEIPADDRESS, with configurable default
ASK_PRIVATEIPADDRESS() Getter for PRIVATEIPADDRESS w/ exceptions if field has no va
HAS_PRIVATEIPADDRESS() Determine if PRIVATEIPADDRESS 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_PRIVATEIPADDRESSSPECLIST

TYPES TT_PRIVATEIPADDRESSSPECLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2PVTIPADDRESSSPEC WITH DEFAULT KEY
.