Values.UpdateSolNetworkModifySourceInformation parameters and/or the configurable properties for a network function. A network function instance is a function in a function package .
type nonrec t = {vnfConfigurableProperties : Document.t;Provides values for the configurable properties declared in the function package descriptor.
*)vnfInstanceId : VnfInstanceId.t;ID of the network function instance. A network function instance is a function in a function package .
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of VnfInstanceId.t | `Structure of 'a list ]) list ]