interface SnapshotBaseVolume {
    id: string;
    name: string;
}

Properties

Properties

id: string

Volume ID on which the snapshot is based.

name: string

Volume name on which the snapshot is based on.