Skip to content

/AWS1/CL_DRSNETWORKINTERFACE

Network interface.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_macaddress TYPE /AWS1/DRSBOUNDEDSTRING /AWS1/DRSBOUNDEDSTRING

The MAC address of the network interface.

it_ips TYPE /AWS1/CL_DRSIPSLIST_W=>TT_IPSLIST TT_IPSLIST

Network interface IPs.

iv_isprimary TYPE /AWS1/DRSBOOLEAN /AWS1/DRSBOOLEAN

Whether this is the primary network interface.


Queryable Attributes

macAddress

The MAC address of the network interface.

Accessible with the following methods

Method Description
GET_MACADDRESS() Getter for MACADDRESS, with configurable default
ASK_MACADDRESS() Getter for MACADDRESS w/ exceptions if field has no value
HAS_MACADDRESS() Determine if MACADDRESS has a value

ips

Network interface IPs.

Accessible with the following methods

Method Description
GET_IPS() Getter for IPS, with configurable default
ASK_IPS() Getter for IPS w/ exceptions if field has no value
HAS_IPS() Determine if IPS has a value

isPrimary

Whether this is the primary network interface.

Accessible with the following methods

Method Description
GET_ISPRIMARY() Getter for ISPRIMARY, with configurable default
ASK_ISPRIMARY() Getter for ISPRIMARY w/ exceptions if field has no value
HAS_ISPRIMARY() Determine if ISPRIMARY 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_NETWORKINTERFACES

TYPES TT_NETWORKINTERFACES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DRSNETWORKINTERFACE WITH DEFAULT KEY
.