Skip to content

Commit

Permalink
Merge pull request #1129 from ioito/hotfix/qx-isolate-device
Browse files Browse the repository at this point in the history
fix: add isolate device params
  • Loading branch information
ioito authored Nov 29, 2024
2 parents 0574df0 + 9af75a3 commit ab677fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/cloudprovider/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,13 @@ type SManagedVMCreateConfig struct {
UserDataType string
WindowsUserDataType string
IsWindowsUserDataTypeNeedEncode bool

IsolateDevices []SIsolateDevice
}

type SIsolateDevice struct {
Id string
Name string
}

type SManagedVMChangeConfig struct {
Expand Down

0 comments on commit ab677fa

Please sign in to comment.