Module Values.GetSolNetworkOperationInputSource

Gets the details of a network operation, including the tasks involved in the network operation and the status of the tasks. A network operation is any operation that is done to your network, such as network instance instantiation or termination.

Sourcetype nonrec t = {
  1. nsLcmOpOccId : NsLcmOpOccId.t;
    (*

    The identifier of the network operation.

    *)
}
Sourceval context_ : string
Sourceval make : nsLcmOpOccId:NsLcmOpOccId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NsLcmOpOccId.t ]) 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