interface CreateVolumeRequestFromSnapshot {
    size?: number;
    snapshotId: string;
}

Properties

Properties

size?: number

Must be compliant with the minimum (1 GB) and maximum (10 TB) allowed size. Size is optional and is used only if a resize of the volume is requested, otherwise original snapshot size will be used.

snapshotId: string

Source snapshot from which volume will be created.