Module Values.GetSolFunctionPackageMetadataSource

Metadata related to the 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.

Sourcetype nonrec t = {
  1. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The date that the resource was created.

    *)
  2. lastModified : SyntheticTimestamp_date_time.t option;
    (*

    The date that the resource was last modified.

    *)
  3. vnfd : FunctionArtifactMeta.t option;
    (*

    Metadata related to the function package descriptor of the function package.

    *)
}
Sourceval make : ?createdAt:??? -> ?lastModified:??? -> ?vnfd:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list ]) list | `Timestamp of SyntheticTimestamp_date_time.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