示例#1
0
 def snapshot_create(self):
     libvirt_utils.create_snapshot(self.path, self.snapshot_name)
示例#2
0
 def create(self):
     libvirt_utils.create_snapshot(self.path, self.name)
示例#3
0
 def snapshot_create(self):
     libvirt_utils.create_snapshot(self.path, self.snapshot_name)
示例#4
0
 def create(self):
     libvirt_utils.create_snapshot(self.path, self.name)