Skip to content

/AWS1/CL_INSSECURITYGROUP

Contains information about a security group associated with a network interface. This data type is used as one of the elements of the NetworkInterface data type.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_groupname TYPE /AWS1/INSTEXT /AWS1/INSTEXT

The name of the security group.

iv_groupid TYPE /AWS1/INSTEXT /AWS1/INSTEXT

The ID of the security group.


Queryable Attributes

groupName

The name of the security group.

Accessible with the following methods

Method Description
GET_GROUPNAME() Getter for GROUPNAME, with configurable default
ASK_GROUPNAME() Getter for GROUPNAME w/ exceptions if field has no value
HAS_GROUPNAME() Determine if GROUPNAME has a value

groupId

The ID of the security group.

Accessible with the following methods

Method Description
GET_GROUPID() Getter for GROUPID, with configurable default
ASK_GROUPID() Getter for GROUPID w/ exceptions if field has no value
HAS_GROUPID() Determine if GROUPID 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_SECURITYGROUPS

TYPES TT_SECURITYGROUPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_INSSECURITYGROUP WITH DEFAULT KEY
.