Module Values.UpdateSolNetworkServiceDataSource

Information parameters and/or the configurable properties for a network descriptor used for update.

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

    Values for the configurable properties declared in the network service descriptor.

    *)
  2. nsdInfoId : NsdInfoId.t;
    (*

    ID of the network service descriptor.

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