Module Values.UpdateNsMetadataSource

Metadata related to the configuration properties used during update of a network instance.

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

    The configurable properties used during update.

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

    The network service descriptor used for updating the network instance.

    *)
}
Sourceval make : ?additionalParamsForNs:??? -> ?nsdInfoId:??? -> 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