@daocloud-proto/virtnest 0.13.0 → 0.14.0-dev1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/virtnest",
3
- "version":"0.13.0",
3
+ "version":"0.14.0-dev1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
package/v1alpha1/vm.pb.ts CHANGED
@@ -277,6 +277,10 @@ export type MultusNetworkInfoItem = {
277
277
  subnet?: string
278
278
  gateway?: string
279
279
  vlanId?: string
280
+ ipPool?: string
281
+ ipPoolV6?: string
282
+ ipPoolNames?: string[]
283
+ ipPoolNamesV6?: string[]
280
284
  }
281
285
 
282
286
  export type MultusNetworkInfo = {