Values.VolumeSourceThe structure that consists of name and type of volume.
type nonrec t = {volumeName : VolumeName.t option;A unique identifier for the volume.
*)volumeType : VolumeType.t option;The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of VolumeName.t ]) list ]