Skip to content

Commit b7fcf93

Browse files
yoshi-automationsofisl
authored andcommitted
fix(vmmigration): update the API
#### vmmigration:v1alpha1 The following keys were changed: - schemas.NetworkInterface.properties.network.description #### vmmigration:v1 The following keys were changed: - schemas.NetworkInterface.properties.network.description
1 parent 3ccc85d commit b7fcf93

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/vmmigration-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,7 +2254,7 @@
22542254
}
22552255
}
22562256
},
2257-
"revision": "20250717",
2257+
"revision": "20250724",
22582258
"rootUrl": "https://vmmigration.googleapis.com/",
22592259
"schemas": {
22602260
"AccessKeyCredentials": {
@@ -5151,7 +5151,7 @@
51515151
"type": "string"
51525152
},
51535153
"network": {
5154-
"description": "The network to connect the NIC to.",
5154+
"description": "Optional. The network to connect the NIC to.",
51555155
"type": "string"
51565156
},
51575157
"networkTier": {

discovery/vmmigration-v1alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,7 +2254,7 @@
22542254
}
22552255
}
22562256
},
2257-
"revision": "20250717",
2257+
"revision": "20250724",
22582258
"rootUrl": "https://vmmigration.googleapis.com/",
22592259
"schemas": {
22602260
"AccessKeyCredentials": {
@@ -5196,7 +5196,7 @@
51965196
"type": "string"
51975197
},
51985198
"network": {
5199-
"description": "The network to connect the NIC to.",
5199+
"description": "Optional. The network to connect the NIC to.",
52005200
"type": "string"
52015201
},
52025202
"networkTier": {

src/apis/vmmigration/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@ export namespace vmmigration_v1 {
19851985
*/
19861986
internalIp?: string | null;
19871987
/**
1988-
* The network to connect the NIC to.
1988+
* Optional. The network to connect the NIC to.
19891989
*/
19901990
network?: string | null;
19911991
/**

src/apis/vmmigration/v1alpha1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ export namespace vmmigration_v1alpha1 {
20142014
*/
20152015
internalIp?: string | null;
20162016
/**
2017-
* The network to connect the NIC to.
2017+
* Optional. The network to connect the NIC to.
20182018
*/
20192019
network?: string | null;
20202020
/**

0 commit comments

Comments
 (0)