/AWS1/CL_NWMCORENETWORKSUMMARY¶
Returns summary information about a core network.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_corenetworkid TYPE /AWS1/NWMCORENETWORKID /AWS1/NWMCORENETWORKID¶
The ID of a core network.
iv_corenetworkarn TYPE /AWS1/NWMCORENETWORKARN /AWS1/NWMCORENETWORKARN¶
a core network ARN.
iv_globalnetworkid TYPE /AWS1/NWMGLOBALNETWORKID /AWS1/NWMGLOBALNETWORKID¶
The global network ID.
iv_owneraccountid TYPE /AWS1/NWMAWSACCOUNTID /AWS1/NWMAWSACCOUNTID¶
The ID of the account owner.
iv_state TYPE /AWS1/NWMCORENETWORKSTATE /AWS1/NWMCORENETWORKSTATE¶
The state of a core network.
iv_description TYPE /AWS1/NWMCONSTRAINEDSTRING /AWS1/NWMCONSTRAINEDSTRING¶
The description of a core network.
it_tags TYPE /AWS1/CL_NWMTAG=>TT_TAGLIST TT_TAGLIST¶
The key-value tags associated with a core network summary.
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 |
CoreNetworkArn¶
a core network ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CORENETWORKARN() |
Getter for CORENETWORKARN, with configurable default |
ASK_CORENETWORKARN() |
Getter for CORENETWORKARN w/ exceptions if field has no valu |
HAS_CORENETWORKARN() |
Determine if CORENETWORKARN has a value |
GlobalNetworkId¶
The global network ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GLOBALNETWORKID() |
Getter for GLOBALNETWORKID, with configurable default |
ASK_GLOBALNETWORKID() |
Getter for GLOBALNETWORKID w/ exceptions if field has no val |
HAS_GLOBALNETWORKID() |
Determine if GLOBALNETWORKID has a value |
OwnerAccountId¶
The ID of the account owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERACCOUNTID() |
Getter for OWNERACCOUNTID, with configurable default |
ASK_OWNERACCOUNTID() |
Getter for OWNERACCOUNTID w/ exceptions if field has no valu |
HAS_OWNERACCOUNTID() |
Determine if OWNERACCOUNTID has a value |
State¶
The state of a core network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
Description¶
The description of a core network.
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 |
Tags¶
The key-value tags associated with a core network summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_CORENETWORKSUMMARYLIST¶
TYPES TT_CORENETWORKSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWMCORENETWORKSUMMARY WITH DEFAULT KEY
.