interface VolumeSpecifications {
    class: Block.v1alpha1.StorageClass;
    perfIops?: number;
}

Properties

Properties

The storage class of the volume.

perfIops?: number

The maximum IO/s expected, according to the different options available in stock (5000 | 15000).