DomainSnapshotListFlags
Description:
[ CCode ( cprefix = "GVIR_DOMAIN_SNAPSHOT_LIST_" , type_id = "gvir_domain_snapshot_list_flags_get_type ()" ) ]
public enum DomainSnapshotListFlags
Content:
Enum values:
- ACTIVE - Filter
by snapshots taken while guest was active, and with memory state
- ALL - List all
snapshots
- DESCENDANTS -
List all descendants, not just children, when listing a snapshot.
- DISK_ONLY -
Filter by snapshots taken while guest was active, but without memory state
- EXTERNAL -
Filter by snapshots that use files external to disk images
- INACTIVE -
Filter by snapshots taken while guest was shut off
- INTERNAL -
Filter by snapshots stored internal to disk images
- LEAVES - Filter
by snapshots with no children
- METADATA -
Filter by snapshots which have metadata
- NO_LEAVES -
Filter by snapshots that have children
- NO_METADATA -
Filter by snapshots with no metadata
- ROOTS - Filter by
snapshots with no parents, when listing a domain