@daocloud-proto/virtnest 0.5.0-dev1 → 0.5.0-dev3
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/cluster.pb.ts +1 -1
- package/v1alpha1/vm.pb.ts +3 -1
package/package.json
CHANGED
package/v1alpha1/cluster.pb.ts
CHANGED
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
|
-
|
|
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 {
|