/AWS1/CL_MEMSECGROUPMEMBERSHIP¶
Represents a single security group and its status.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_securitygroupid TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The identifier of the security group.
iv_status TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The status of the security group membership. The status changes whenever a security group is modified, or when the security groups assigned to a cluster are modified.
Queryable Attributes¶
SecurityGroupId¶
The identifier of the security group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYGROUPID() |
Getter for SECURITYGROUPID, with configurable default |
ASK_SECURITYGROUPID() |
Getter for SECURITYGROUPID w/ exceptions if field has no val |
HAS_SECURITYGROUPID() |
Determine if SECURITYGROUPID has a value |
Status¶
The status of the security group membership. The status changes whenever a security group is modified, or when the security groups assigned to a cluster are modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS 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_SECURITYGROUPMEMBERSHIPLIST¶
TYPES TT_SECURITYGROUPMEMBERSHIPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MEMSECGROUPMEMBERSHIP WITH DEFAULT KEY
.