Sha256: 8706c2f2f7b82e8dffd539b3a0d12d87b88c0acbdf1cbaaf273fda1447ee18ff
Contents?: true
Size: 716 Bytes
Versions: 15
Compression:
Stored size: 716 Bytes
Contents
# Ripped from https://libvirt.org/html/libvirt-libvirt-domain.html#types module VagrantPlugins module ProviderLibvirt module Util module DomainFlags # virDomainUndefineFlagsValues VIR_DOMAIN_UNDEFINE_MANAGED_SAVE = 1 # Also remove any managed save VIR_DOMAIN_UNDEFINE_SNAPSHOTS_METADATA = 2 # If last use of domain, then also remove any snapshot metadata VIR_DOMAIN_UNDEFINE_NVRAM = 4 # Also remove any nvram file VIR_DOMAIN_UNDEFINE_KEEP_NVRAM = 8 # Keep nvram file VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA = 16 # If last use of domain, then also remove any checkpoint metadata Future undefine control flags should come here. end end end end
Version data entries
15 entries across 15 versions & 1 rubygems