Values.UpdateKxVolumeRequestSourceUpdates the throughput or capacity of a volume. During the update process, the filesystem might be unavailable for a few minutes. You can retry any operations after the update is complete.
type nonrec t = {environmentId : KxEnvironmentId.t;A unique identifier for the kdb environment where you created the storage volume.
*)volumeName : KxVolumeName.t;A unique identifier for the volume.
*)description : Description.t option;A description of the volume.
*)clientToken : ClientTokenString.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)nas1Configuration : KxNAS1Configuration.t option;Specifies the configuration for the Network attached storage (NAS_1) file system volume.
*)}val make :
?description:??? ->
?clientToken:??? ->
?nas1Configuration:??? ->
environmentId:KxEnvironmentId.t ->
volumeName:KxVolumeName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of KxEnvironmentId.t
| `Structure of
(string * [> `Enum of string | `Integer of KxNAS1Size.t ]) list ])
list ]