|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComputerSnapshot
Represents a snapshot of a virtual computer.
| Method Summary | |
|---|---|
java.util.concurrent.Future<java.lang.Boolean> |
doDelete()
Attempts to delete the snapshot. |
java.util.concurrent.Future<java.lang.Boolean> |
doRename(java.lang.String name)
Attempts to rename the snapshot. |
java.util.concurrent.Future<java.lang.Boolean> |
doSetDescription(java.lang.String description)
Attempts to modify the description of the snapshot. |
java.util.Set<ComputerSnapshot> |
getChildren()
Gets the child snapshots of this snapshot. |
ComputerSnapshot |
getParent()
Gets the parent snapshot from which this snapshot was derived. |
PowerState |
getState()
Gets the state of the virtual computer when the snapshot was taken. |
| Methods inherited from interface net.java.dev.vcc.api.ManagedObject |
|---|
execute, getCommands, getDescription, getId, getName |
| Method Detail |
|---|
java.util.concurrent.Future<java.lang.Boolean> doRename(java.lang.String name)
name - the new name.
Boolean.TRUE if the operation was successful.java.util.concurrent.Future<java.lang.Boolean> doSetDescription(java.lang.String description)
description - the new description.
Boolean.TRUE if the operation was successful.java.util.concurrent.Future<java.lang.Boolean> doDelete()
Boolean.TRUE if the operation was successful.ComputerSnapshot getParent()
null if this snapshot does not have a parent.java.util.Set<ComputerSnapshot> getChildren()
PowerState getState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||