Module Values.UpdateKxVolumeRequestSource

Updates 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.

Sourcetype nonrec t = {
  1. environmentId : KxEnvironmentId.t;
    (*

    A unique identifier for the kdb environment where you created the storage volume.

    *)
  2. volumeName : KxVolumeName.t;
    (*

    A unique identifier for the volume.

    *)
  3. description : Description.t option;
    (*

    A description of the volume.

    *)
  4. clientToken : ClientTokenString.t option;
    (*

    A token that ensures idempotency. This token expires in 10 minutes.

    *)
  5. nas1Configuration : KxNAS1Configuration.t option;
    (*

    Specifies the configuration for the Network attached storage (NAS_1) file system volume.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?clientToken:??? -> ?nas1Configuration:??? -> environmentId:KxEnvironmentId.t -> volumeName:KxVolumeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KxEnvironmentId.t | `Structure of (string * [> `Enum of string | `Integer of KxNAS1Size.t ]) 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