Module Values_1.PatchGroupPatchBaselineMappingSource

The mapping between a patch group and the patch baseline the patch group is registered with.

Sourcetype nonrec t = {
  1. patchGroup : Values_0.PatchGroup.t option;
    (*

    The name of the patch group registered with the patch baseline.

    *)
  2. baselineIdentity : PatchBaselineIdentity.t option;
    (*

    The patch baseline the patch group is registered with.

    *)
}
Sourceval make : ?patchGroup:??? -> ?baselineIdentity:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.PatchGroup.t | `Structure of (string * [> `Boolean of Values_0.DefaultBaseline.t | `Enum of string | `String of Values_0.BaselineId.t ]) 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