Module Values.ServiceLimitSource

Sourcetype nonrec t =
  1. | FILE_SYSTEM_COUNT
  2. | TOTAL_THROUGHPUT_CAPACITY
  3. | TOTAL_STORAGE
  4. | TOTAL_USER_INITIATED_BACKUPS
  5. | TOTAL_USER_TAGS
  6. | TOTAL_IN_PROGRESS_COPY_BACKUPS
  7. | STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM
  8. | VOLUMES_PER_FILE_SYSTEM
  9. | TOTAL_SSD_IOPS
  10. | FILE_CACHE_COUNT
  11. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t