Module Values.ModifyVnfInfoMetadataSource

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

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

    The configurable properties used during update of the network function instance.

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

    The network function instance that was updated in the network instance.

    *)
}
Sourceval make : ?vnfConfigurableProperties:??? -> ?vnfInstanceId:??? -> 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