Skip to content

/AWS1/CL_R5GMGDFWDOMLISTSITEM

Summary information about a managed firewall domain list.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID

The unique identifier of the managed firewall domain list.

iv_name TYPE /AWS1/R5GRESOURCENAME /AWS1/R5GRESOURCENAME

The name of the managed firewall domain list.

iv_managedlisttype TYPE /AWS1/R5GSTRING /AWS1/R5GSTRING

The type of the managed firewall domain list.

Optional arguments:

iv_description TYPE /AWS1/R5GRESOURCEDESCRIPTION /AWS1/R5GRESOURCEDESCRIPTION

A description of the managed firewall domain list.


Queryable Attributes

description

A description of the managed firewall domain list.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

id

The unique identifier of the managed firewall domain list.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

name

The name of the managed firewall domain list.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

managedListType

The type of the managed firewall domain list.

Accessible with the following methods

Method Description
GET_MANAGEDLISTTYPE() Getter for MANAGEDLISTTYPE, with configurable default
ASK_MANAGEDLISTTYPE() Getter for MANAGEDLISTTYPE w/ exceptions if field has no val
HAS_MANAGEDLISTTYPE() Determine if MANAGEDLISTTYPE 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_MANAGEDFIREWALLDOMAINLISTS

TYPES TT_MANAGEDFIREWALLDOMAINLISTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5GMGDFWDOMLISTSITEM WITH DEFAULT KEY
.