UpdateVolumeRequest: {
    name?: string;
    perfIops?: number;
    size?: number;
    tags?: string[];
    volumeId: string;
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    When defined, is the new name of the volume.

  • OptionalperfIops?: number

    The selected value must be available for the volume's current storage class.

  • Optionalsize?: number

    Size in bytes of the volume, with a granularity of 1 GB (10^9 bytes). Must be compliant with the minimum (1GB) and maximum (10TB) allowed size.

  • Optionaltags?: string[]

    List of tags assigned to the volume.

  • volumeId: string

    UUID of the volume.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.