Values.PersistentStorageConfigurationSourceInformation about the configuration of persistent storage for a Dev Environment.
type nonrec t = {sizeInGiB : PersistentStorageConfigurationSizeInGiBInteger.t;The size of the persistent storage in gigabytes (specifically GiB). Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PersistentStorageConfigurationSizeInGiBInteger.t ])
list ]