Module Values.GetSolVnfInfoSource

Information about the network function. A network function instance is a function in a function package .

Sourcetype nonrec t = {
  1. vnfState : VnfOperationalState.t option;
    (*

    State of the network function instance.

    *)
  2. vnfcResourceInfo : GetSolVnfcResourceInfoList.t option;
    (*

    Compute info used by the network function instance.

    *)
}
Sourceval make : ?vnfState:??? -> ?vnfcResourceInfo:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) list ] list ]) 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