@daocloud-proto/virtnest 0.13.0 → 0.14.0-dev2
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 +5 -0
package/package.json
CHANGED
package/v1alpha1/vm.pb.ts
CHANGED
|
@@ -267,6 +267,7 @@ export type GetVMResponse = {
|
|
|
267
267
|
secret?: string
|
|
268
268
|
network?: MultusNetworkInfo
|
|
269
269
|
gpus?: GPU[]
|
|
270
|
+
migNodeSelector?: string
|
|
270
271
|
}
|
|
271
272
|
|
|
272
273
|
export type MultusNetworkInfoItem = {
|
|
@@ -277,6 +278,10 @@ export type MultusNetworkInfoItem = {
|
|
|
277
278
|
subnet?: string
|
|
278
279
|
gateway?: string
|
|
279
280
|
vlanId?: string
|
|
281
|
+
ipPool?: string
|
|
282
|
+
ipPoolV6?: string
|
|
283
|
+
ipPoolNames?: string[]
|
|
284
|
+
ipPoolNamesV6?: string[]
|
|
280
285
|
}
|
|
281
286
|
|
|
282
287
|
export type MultusNetworkInfo = {
|