Press n or j to go to the next uncovered block, b, p or k for the previous block.
export class RbdSnapshotModel { id: number; name: string; size: number; timestamp: string; is_protected: boolean; cdExecuting: string; }