Package hudson.plugins.libvirt.lib
Interface IDomain
- All Known Implementing Classes:
LibVirtDomainImpl
public interface IDomain
- Version:
- 04/02/2014
- Author:
- Nigel Magnay
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
void
destroy()
getName()
boolean
boolean
void
revertToSnapshot
(IDomainSnapshot aVoid) void
shutdown()
String[]
snapshotLookupByName
(String snapshotName) int
void
suspend()
-
Method Details
-
getName
- Throws:
VirtException
-
snapshotListNames
- Throws:
VirtException
-
snapshotNum
- Throws:
VirtException
-
snapshotLookupByName
- Throws:
VirtException
-
revertToSnapshot
- Throws:
VirtException
-
shutdown
- Throws:
VirtException
-
isRunningOrBlocked
- Throws:
VirtException
-
isNotBlockedAndNotRunning
- Throws:
VirtException
-
create
- Throws:
VirtException
-
destroy
- Throws:
VirtException
-
suspend
- Throws:
VirtException
-