Module Values.GetSolFunctionInstanceInputSource

Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package. A network function instance is a function in a function package .

Sourcetype nonrec t = {
  1. vnfInstanceId : VnfInstanceId.t;
    (*

    ID of the network function.

    *)
}
Sourceval context_ : string
Sourceval make : vnfInstanceId:VnfInstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VnfInstanceId.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