Values.GetSolNetworkOperationMetadataSourceMetadata 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.
type nonrec t = {createdAt : SyntheticTimestamp_date_time.t option;The date that the resource was created.
*)instantiateMetadata : InstantiateMetadata.t option;Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType is INSTANTIATE.
*)lastModified : SyntheticTimestamp_date_time.t option;The date that the resource was last modified.
*)modifyVnfInfoMetadata : ModifyVnfInfoMetadata.t option;Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType is UPDATE and the updateType is MODIFY_VNF_INFORMATION.
*)updateNsMetadata : UpdateNsMetadata.t option;Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is UPDATE and the updateType is UPDATE_NS.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of NsdInfoId.t | `Structure of 'a list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]