Module Values.GetSolFunctionPackageDescriptorInputSource

Gets a function package descriptor in a function package. A function package descriptor is a .yaml file in a function package that uses the TOSCA standard to describe how the network function in the function package should run on your network. 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.

Sourcetype nonrec t = {
  1. accept : DescriptorContentType.t;
    (*

    Indicates which content types, expressed as MIME types, the client is able to understand.

    *)
  2. vnfPkgId : VnfPkgId.t;
    (*

    ID of the function package.

    *)
}
Sourceval context_ : string
Sourceval make : accept:DescriptorContentType.t -> vnfPkgId:VnfPkgId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum 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