/AWS1/CL_TCBLSTSOLFUNCINSTINFO¶
Lists information about a network function instance.
A network function instance is a function in a function package .
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/TCBVNFINSTANCEID /AWS1/TCBVNFINSTANCEID¶
Network function instance ID.
iv_arn TYPE /AWS1/TCBVNFINSTANCEARN /AWS1/TCBVNFINSTANCEARN¶
Network function instance ARN.
iv_nsinstanceid TYPE /AWS1/TCBNSINSTANCEID /AWS1/TCBNSINSTANCEID¶
Network instance ID.
iv_vnfpkgid TYPE /AWS1/TCBVNFPKGID /AWS1/TCBVNFPKGID¶
Function package ID.
iv_instantiationstate TYPE /AWS1/TCBVNFINSTANTIATIONSTATE /AWS1/TCBVNFINSTANTIATIONSTATE¶
Network function instance instantiation state.
io_metadata TYPE REF TO /AWS1/CL_TCBLISTSOLFUNCINSTMET /AWS1/CL_TCBLISTSOLFUNCINSTMET¶
Network function instance metadata.
Optional arguments:¶
iv_vnfpkgname TYPE /AWS1/TCBSTRING /AWS1/TCBSTRING¶
Function package name.
io_instantiatedvnfinfo TYPE REF TO /AWS1/CL_TCBGETSOLINSTANTIAT00 /AWS1/CL_TCBGETSOLINSTANTIAT00¶
instantiatedVnfInfo
Queryable Attributes¶
id¶
Network function instance ID.
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 |
arn¶
Network function instance ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
nsInstanceId¶
Network instance ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NSINSTANCEID() |
Getter for NSINSTANCEID, with configurable default |
ASK_NSINSTANCEID() |
Getter for NSINSTANCEID w/ exceptions if field has no value |
HAS_NSINSTANCEID() |
Determine if NSINSTANCEID has a value |
vnfPkgId¶
Function package ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VNFPKGID() |
Getter for VNFPKGID, with configurable default |
ASK_VNFPKGID() |
Getter for VNFPKGID w/ exceptions if field has no value |
HAS_VNFPKGID() |
Determine if VNFPKGID has a value |
vnfPkgName¶
Function package name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VNFPKGNAME() |
Getter for VNFPKGNAME, with configurable default |
ASK_VNFPKGNAME() |
Getter for VNFPKGNAME w/ exceptions if field has no value |
HAS_VNFPKGNAME() |
Determine if VNFPKGNAME has a value |
instantiationState¶
Network function instance instantiation state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANTIATIONSTATE() |
Getter for INSTANTIATIONSTATE, with configurable default |
ASK_INSTANTIATIONSTATE() |
Getter for INSTANTIATIONSTATE w/ exceptions if field has no |
HAS_INSTANTIATIONSTATE() |
Determine if INSTANTIATIONSTATE has a value |
instantiatedVnfInfo¶
instantiatedVnfInfo
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANTIATEDVNFINFO() |
Getter for INSTANTIATEDVNFINFO |
metadata¶
Network function instance metadata.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTSOLFUNCINSTRESOURCES¶
TYPES TT_LISTSOLFUNCINSTRESOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_TCBLSTSOLFUNCINSTINFO WITH DEFAULT KEY
.