Module Values.InstantiateMetadataSource

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

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

    The configurable properties used during instantiation.

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

    The network service descriptor used for instantiating 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