Module Values.ProtectionGroupLimitsSource

Limits settings on protection groups for your subscription.

Sourcetype nonrec t = {
  1. maxProtectionGroups : Long.t option;
    (*

    The maximum number of protection groups that you can have at one time.

    *)
  2. patternTypeLimits : ProtectionGroupPatternTypeLimits.t option;
    (*

    Limits settings by pattern type in the protection groups for your subscription.

    *)
}
Sourceval make : ?maxProtectionGroups:??? -> ?patternTypeLimits:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Long.t | `Structure of (string * [> `Structure of (string * [> `Long of Long.t ]) list ]) 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