/AWS1/CL_TCBGETSOLNETWORKOPMET¶
Metadata related to a network operation occurrence.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_createdat TYPE /AWS1/TCBTIMESTAMP /AWS1/TCBTIMESTAMP¶
The date that the resource was created.
iv_lastmodified TYPE /AWS1/TCBTIMESTAMP /AWS1/TCBTIMESTAMP¶
The date that the resource was last modified.
Optional arguments:¶
io_updatensmetadata TYPE REF TO /AWS1/CL_TCBUPDATENSMETADATA /AWS1/CL_TCBUPDATENSMETADATA¶
Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is
UPDATEand the updateType isUPDATE_NS.
io_modifyvnfinfometadata TYPE REF TO /AWS1/CL_TCBMODIFYVNFINFOMET /AWS1/CL_TCBMODIFYVNFINFOMET¶
Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType is
UPDATEand the updateType isMODIFY_VNF_INFORMATION.
io_instantiatemetadata TYPE REF TO /AWS1/CL_TCBINSTANTIATEMET /AWS1/CL_TCBINSTANTIATEMET¶
Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType is
INSTANTIATE.
Queryable Attributes¶
updateNsMetadata¶
Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is
UPDATEand the updateType isUPDATE_NS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATENSMETADATA() |
Getter for UPDATENSMETADATA |
modifyVnfInfoMetadata¶
Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType is
UPDATEand the updateType isMODIFY_VNF_INFORMATION.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFYVNFINFOMETADATA() |
Getter for MODIFYVNFINFOMETADATA |
instantiateMetadata¶
Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType is
INSTANTIATE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANTIATEMETADATA() |
Getter for INSTANTIATEMETADATA |
createdAt¶
The date that the resource 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 |
lastModified¶
The date that the resource was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIED() |
Getter for LASTMODIFIED, with configurable default |
ASK_LASTMODIFIED() |
Getter for LASTMODIFIED w/ exceptions if field has no value |
HAS_LASTMODIFIED() |
Determine if LASTMODIFIED has a value |