Module Values.DeleteSolFunctionPackageInputSource

Deletes a 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. To delete a function package, the package must be in a disabled state. To disable a function package, see UpdateSolFunctionPackage.

Sourcetype nonrec t = {
  1. vnfPkgId : VnfPkgId.t;
    (*

    ID of the function package.

    *)
}
Sourceval context_ : string
Sourceval make : vnfPkgId:VnfPkgId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VnfPkgId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t