[api-ref] Add backing-up to snapshot statuses

Now snapshot contains a new status called backing-up

Change-Id: I523c329682a22606eb323ef6537568d23e037185
Cloese-bug: #1676885
This commit is contained in:
wangxiyuan 2017-04-06 11:03:22 +08:00
parent 022fde1fc3
commit ac6def1fc2

View File

@ -18,6 +18,8 @@ possible:
+----------------+-------------------------------------+
| available | The snapshot is ready to use. |
+----------------+-------------------------------------+
| backing-up | The snapshot is being backed up. |
+----------------+-------------------------------------+
| deleting | The snapshot is being deleted. |
+----------------+-------------------------------------+
| error | A snapshot creation error occurred. |