interface SnapshotParentVolume {
    id: string;
    name: string;
    status: VolumeStatus;
    type: string;
}

Properties

Properties

id: string

Parent volume UUID (volume from which the snapshot originates).

name: string

Name of the parent volume.

status: VolumeStatus

Current status the parent volume.

type: string

Volume type of the parent volume.