Module Values.UpdateSolNetworkModifySource

Information parameters and/or the configurable properties for a network function. A network function instance is a function in a function package .

Sourcetype nonrec t = {
  1. vnfConfigurableProperties : Document.t;
    (*

    Provides values for the configurable properties declared in the function package descriptor.

    *)
  2. vnfInstanceId : VnfInstanceId.t;
    (*

    ID of the network function instance. A network function instance is a function in a function package .

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