Values.UpdateSolFunctionPackageInputSourceUpdates the operational state of function package. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
type nonrec t = {operationalState : OperationalState.t;Operational state of the function package.
*)vnfPkgId : VnfPkgId.t;ID of the function package.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of VnfPkgId.t ]) list ]