/AWS1/CL_FMSAPPSLISTDATA¶
An Firewall Manager applications list.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_listname
TYPE /AWS1/FMSRESOURCENAME
/AWS1/FMSRESOURCENAME
¶
The name of the Firewall Manager applications list.
it_appslist
TYPE /AWS1/CL_FMSAPP=>TT_APPSLIST
TT_APPSLIST
¶
An array of applications in the Firewall Manager applications list.
Optional arguments:¶
iv_listid
TYPE /AWS1/FMSLISTID
/AWS1/FMSLISTID
¶
The ID of the Firewall Manager applications list.
iv_listupdatetoken
TYPE /AWS1/FMSUPDATETOKEN
/AWS1/FMSUPDATETOKEN
¶
A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.
iv_createtime
TYPE /AWS1/FMSTIMESTAMP
/AWS1/FMSTIMESTAMP
¶
The time that the Firewall Manager applications list was created.
iv_lastupdatetime
TYPE /AWS1/FMSTIMESTAMP
/AWS1/FMSTIMESTAMP
¶
The time that the Firewall Manager applications list was last updated.
it_previousappslist
TYPE /AWS1/CL_FMSAPP=>TT_PREVIOUSAPPSLIST
TT_PREVIOUSAPPSLIST
¶
A map of previous version numbers to their corresponding
App
object arrays.
Queryable Attributes¶
ListId¶
The ID of the Firewall Manager applications list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LISTID() |
Getter for LISTID, with configurable default |
ASK_LISTID() |
Getter for LISTID w/ exceptions if field has no value |
HAS_LISTID() |
Determine if LISTID has a value |
ListName¶
The name of the Firewall Manager applications list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LISTNAME() |
Getter for LISTNAME, with configurable default |
ASK_LISTNAME() |
Getter for LISTNAME w/ exceptions if field has no value |
HAS_LISTNAME() |
Determine if LISTNAME has a value |
ListUpdateToken¶
A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LISTUPDATETOKEN() |
Getter for LISTUPDATETOKEN, with configurable default |
ASK_LISTUPDATETOKEN() |
Getter for LISTUPDATETOKEN w/ exceptions if field has no val |
HAS_LISTUPDATETOKEN() |
Determine if LISTUPDATETOKEN has a value |
CreateTime¶
The time that the Firewall Manager applications list was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
LastUpdateTime¶
The time that the Firewall Manager applications list was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATETIME() |
Getter for LASTUPDATETIME, with configurable default |
ASK_LASTUPDATETIME() |
Getter for LASTUPDATETIME w/ exceptions if field has no valu |
HAS_LASTUPDATETIME() |
Determine if LASTUPDATETIME has a value |
AppsList¶
An array of applications in the Firewall Manager applications list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPSLIST() |
Getter for APPSLIST, with configurable default |
ASK_APPSLIST() |
Getter for APPSLIST w/ exceptions if field has no value |
HAS_APPSLIST() |
Determine if APPSLIST has a value |
PreviousAppsList¶
A map of previous version numbers to their corresponding
App
object arrays.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PREVIOUSAPPSLIST() |
Getter for PREVIOUSAPPSLIST, with configurable default |
ASK_PREVIOUSAPPSLIST() |
Getter for PREVIOUSAPPSLIST w/ exceptions if field has no va |
HAS_PREVIOUSAPPSLIST() |
Determine if PREVIOUSAPPSLIST has a value |