@googleapis/vmmigration 12.0.0 → 12.1.0
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/CHANGELOG.md +21 -0
- package/build/v1.d.ts +2 -2
- package/build/v1alpha1.d.ts +2 -2
- package/package.json +1 -1
- package/v1.ts +2 -2
- package/v1alpha1.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [12.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v12.0.1...vmmigration-v12.1.0) (2025-03-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **vmmigration:** update the API ([18c4f98](https://github.com/googleapis/google-api-nodejs-client/commit/18c4f98742267ec6da047db70db9146cdcd06762))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **vmmigration:** update the API ([77a80ef](https://github.com/googleapis/google-api-nodejs-client/commit/77a80eff2280635be946669f1b96a2aded5c7a01))
|
|
14
|
+
* **vmmigration:** update the API ([fd0c642](https://github.com/googleapis/google-api-nodejs-client/commit/fd0c642f2ee280a024aa87f539151c5d229f3015))
|
|
15
|
+
* **vmmigration:** update the API ([a00e01a](https://github.com/googleapis/google-api-nodejs-client/commit/a00e01a4400ca06d7ca83edfdb65b71138ac4b92))
|
|
16
|
+
|
|
17
|
+
## [12.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v12.0.0...vmmigration-v12.0.1) (2025-03-18)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **vmmigration:** update the API ([77a80ef](https://github.com/googleapis/google-api-nodejs-client/commit/77a80eff2280635be946669f1b96a2aded5c7a01))
|
|
23
|
+
|
|
3
24
|
## [12.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v11.0.1...vmmigration-v12.0.0) (2025-02-04)
|
|
4
25
|
|
|
5
26
|
|
package/build/v1.d.ts
CHANGED
|
@@ -137,7 +137,7 @@ export declare namespace vmmigration_v1 {
|
|
|
137
137
|
type?: string | null;
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
|
-
* Holds
|
|
140
|
+
* Holds information about the available versions for upgrade.
|
|
141
141
|
*/
|
|
142
142
|
export interface Schema$AvailableUpdates {
|
|
143
143
|
/**
|
|
@@ -880,7 +880,7 @@ export declare namespace vmmigration_v1 {
|
|
|
880
880
|
estimatedCutoverJobDuration?: string | null;
|
|
881
881
|
}
|
|
882
882
|
/**
|
|
883
|
-
* CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and
|
|
883
|
+
* CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and cloning the VM using the replicated snapshot.
|
|
884
884
|
*/
|
|
885
885
|
export interface Schema$CutoverJob {
|
|
886
886
|
/**
|
package/build/v1alpha1.d.ts
CHANGED
|
@@ -137,7 +137,7 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
137
137
|
type?: string | null;
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
|
-
* Holds
|
|
140
|
+
* Holds information about the available versions for upgrade.
|
|
141
141
|
*/
|
|
142
142
|
export interface Schema$AvailableUpdates {
|
|
143
143
|
/**
|
|
@@ -889,7 +889,7 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
889
889
|
estimatedCutoverJobDuration?: string | null;
|
|
890
890
|
}
|
|
891
891
|
/**
|
|
892
|
-
* CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and
|
|
892
|
+
* CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and cloning the VM using the replicated snapshot.
|
|
893
893
|
*/
|
|
894
894
|
export interface Schema$CutoverJob {
|
|
895
895
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -189,7 +189,7 @@ export namespace vmmigration_v1 {
|
|
|
189
189
|
type?: string | null;
|
|
190
190
|
}
|
|
191
191
|
/**
|
|
192
|
-
* Holds
|
|
192
|
+
* Holds information about the available versions for upgrade.
|
|
193
193
|
*/
|
|
194
194
|
export interface Schema$AvailableUpdates {
|
|
195
195
|
/**
|
|
@@ -911,7 +911,7 @@ export namespace vmmigration_v1 {
|
|
|
911
911
|
estimatedCutoverJobDuration?: string | null;
|
|
912
912
|
}
|
|
913
913
|
/**
|
|
914
|
-
* CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and
|
|
914
|
+
* CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and cloning the VM using the replicated snapshot.
|
|
915
915
|
*/
|
|
916
916
|
export interface Schema$CutoverJob {
|
|
917
917
|
/**
|
package/v1alpha1.ts
CHANGED
|
@@ -189,7 +189,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
189
189
|
type?: string | null;
|
|
190
190
|
}
|
|
191
191
|
/**
|
|
192
|
-
* Holds
|
|
192
|
+
* Holds information about the available versions for upgrade.
|
|
193
193
|
*/
|
|
194
194
|
export interface Schema$AvailableUpdates {
|
|
195
195
|
/**
|
|
@@ -920,7 +920,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
920
920
|
estimatedCutoverJobDuration?: string | null;
|
|
921
921
|
}
|
|
922
922
|
/**
|
|
923
|
-
* CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and
|
|
923
|
+
* CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and cloning the VM using the replicated snapshot.
|
|
924
924
|
*/
|
|
925
925
|
export interface Schema$CutoverJob {
|
|
926
926
|
/**
|