@daocloud-proto/virtnest 0.5.0-dev1 → 0.5.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/virtnest",
3
- "version":"0.5.0-dev1",
3
+ "version":"0.5.0-dev2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
package/v1alpha1/vm.pb.ts CHANGED
@@ -129,6 +129,7 @@ export type MultusNetworkItem = {
129
129
  interface?: string
130
130
  multusConfig?: MultusConfigInfo
131
131
  ipPoolNames?: string[]
132
+ ipPoolNamesV6?: string[]
132
133
  }
133
134
 
134
135
  export type CreateVMRequest = {
@@ -235,7 +236,7 @@ export type GetVMResponse = {
235
236
  export type MultusNetworkInfoItem = {
236
237
  multusConfig?: MultusConfigInfo
237
238
  interface?: string
238
- ip?: string
239
+ ips?: string[]
239
240
  mac?: string
240
241
  subnet?: string
241
242
  gateway?: string
@@ -548,6 +549,7 @@ export type ListNetworkInterfacesRequest = {
548
549
  export type ListNetworkInterfacesResponse = {
549
550
  ipPools?: string[]
550
551
  interfaces?: NetworkInterfaceInfo[]
552
+ ipPoolsV6?: string[]
551
553
  }
552
554
 
553
555
  export class VM {