@daocloud-proto/virtnest 0.3.0-dev-2 → 0.3.0-dev-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v1alpha1/vm.pb.ts +3 -0
package/package.json
CHANGED
package/v1alpha1/vm.pb.ts
CHANGED
|
@@ -264,6 +264,7 @@ export type VMSnapshot = {
|
|
|
264
264
|
description?: string
|
|
265
265
|
createdAt?: string
|
|
266
266
|
status?: SnapshotStatus
|
|
267
|
+
restoreTime?: string
|
|
267
268
|
}
|
|
268
269
|
|
|
269
270
|
export type ListVMSnapshotsResponse = {
|
|
@@ -276,6 +277,8 @@ export type VMRestore = {
|
|
|
276
277
|
description?: string
|
|
277
278
|
complete?: boolean
|
|
278
279
|
createdAt?: string
|
|
280
|
+
restoreTime?: string
|
|
281
|
+
lastRestore?: boolean
|
|
279
282
|
}
|
|
280
283
|
|
|
281
284
|
export type ListVMRestoresRequest = {
|