/AWS1/CL_NWMCORENETWORKPLYVRS¶
Describes a core network policy version.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_corenetworkid TYPE /AWS1/NWMCORENETWORKID /AWS1/NWMCORENETWORKID¶
The ID of a core network.
iv_policyversionid TYPE /AWS1/NWMINTEGER /AWS1/NWMINTEGER¶
The ID of the policy version.
iv_alias TYPE /AWS1/NWMCORENETWORKPLYALIAS /AWS1/NWMCORENETWORKPLYALIAS¶
Whether a core network policy is the current policy or the most recently submitted policy.
iv_description TYPE /AWS1/NWMCONSTRAINEDSTRING /AWS1/NWMCONSTRAINEDSTRING¶
The description of a core network policy version.
iv_createdat TYPE /AWS1/NWMDATETIME /AWS1/NWMDATETIME¶
The timestamp when a core network policy version was created.
iv_changesetstate TYPE /AWS1/NWMCHANGESETSTATE /AWS1/NWMCHANGESETSTATE¶
The status of the policy version change set.
Queryable Attributes¶
CoreNetworkId¶
The ID of a core network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CORENETWORKID() |
Getter for CORENETWORKID, with configurable default |
ASK_CORENETWORKID() |
Getter for CORENETWORKID w/ exceptions if field has no value |
HAS_CORENETWORKID() |
Determine if CORENETWORKID has a value |
PolicyVersionId¶
The ID of the policy version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYVERSIONID() |
Getter for POLICYVERSIONID, with configurable default |
ASK_POLICYVERSIONID() |
Getter for POLICYVERSIONID w/ exceptions if field has no val |
HAS_POLICYVERSIONID() |
Determine if POLICYVERSIONID has a value |
Alias¶
Whether a core network policy is the current policy or the most recently submitted policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIAS() |
Getter for ALIAS, with configurable default |
ASK_ALIAS() |
Getter for ALIAS w/ exceptions if field has no value |
HAS_ALIAS() |
Determine if ALIAS has a value |
Description¶
The description of a core network policy version.
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 |
CreatedAt¶
The timestamp when a core network policy version was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
ChangeSetState¶
The status of the policy version change set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGESETSTATE() |
Getter for CHANGESETSTATE, with configurable default |
ASK_CHANGESETSTATE() |
Getter for CHANGESETSTATE w/ exceptions if field has no valu |
HAS_CHANGESETSTATE() |
Determine if CHANGESETSTATE 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_CORENETWORKPOLICYVRSLIST¶
TYPES TT_CORENETWORKPOLICYVRSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWMCORENETWORKPLYVRS WITH DEFAULT KEY
.