mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-8850: revertSnapshot command does not work
Updating the documentation before the api is actually supported
This commit is contained in:
parent
6e426fa46d
commit
7d83ca9e0a
@ -36,7 +36,7 @@ import com.cloud.event.EventTypes;
|
||||
import com.cloud.storage.Snapshot;
|
||||
import com.cloud.user.Account;
|
||||
|
||||
@APICommand(name = "revertSnapshot", description = "revert a volume snapshot.", responseObject = SnapshotResponse.class, entityType = {Snapshot.class},
|
||||
@APICommand(name = "revertSnapshot", description = "This is supposed to revert a volume snapshot. This command is not supported in this release", responseObject = SnapshotResponse.class, entityType = {Snapshot.class},
|
||||
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
|
||||
public class RevertSnapshotCmd extends BaseAsyncCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(RevertSnapshotCmd.class.getName());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user