@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1beta1SnapshotVolumesLists

    SnapshotVolumesLists includes the list of volumes which were included in the snapshot and volumes which were excluded from the snapshot

    interface V1beta1SnapshotVolumesLists {
        excludedVolumes?: string[];
        includedVolumes?: string[];
    }
    Index

    Properties

    excludedVolumes?: string[]
    includedVolumes?: string[]