Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudstack/AffinityGroupService.go
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ type UpdateVMAffinityGroupResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/BackupService.go
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,7 @@ type CreateVMFromBackupResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down
4 changes: 2 additions & 2 deletions cloudstack/ISOService.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ type AttachIsoResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -924,7 +924,7 @@ type DetachIsoResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/NicService.go
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ type UpdateVmNicIpResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/SSHService.go
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ type ResetSSHKeyForVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down
2 changes: 1 addition & 1 deletion cloudstack/SnapshotService.go
Original file line number Diff line number Diff line change
Expand Up @@ -3849,7 +3849,7 @@ type RevertToVMSnapshotResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down
42 changes: 21 additions & 21 deletions cloudstack/VirtualMachineService.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ type AddNicToVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -760,7 +760,7 @@ type AssignVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -1153,7 +1153,7 @@ type ChangeServiceForVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -2937,7 +2937,7 @@ type DeployVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -3248,7 +3248,7 @@ type DestroyVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -4800,7 +4800,7 @@ type VirtualMachine struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -6211,7 +6211,7 @@ type VirtualMachinesMetric struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -6817,7 +6817,7 @@ type MigrateVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -7170,7 +7170,7 @@ type MigrateVirtualMachineWithVolumeResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -7481,7 +7481,7 @@ type RebootVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -7722,7 +7722,7 @@ type RecoverVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -8008,7 +8008,7 @@ type RemoveNicFromVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -8293,7 +8293,7 @@ type ResetPasswordForVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -8681,7 +8681,7 @@ type ResetUserDataForVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -9067,7 +9067,7 @@ type RestoreVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -9708,7 +9708,7 @@ type StartVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -9994,7 +9994,7 @@ type StopVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -10280,7 +10280,7 @@ type UpdateDefaultNicForVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -11058,7 +11058,7 @@ type UpdateVirtualMachineResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -12581,7 +12581,7 @@ type ImportVmResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down Expand Up @@ -13532,7 +13532,7 @@ type ImportUnmanagedInstanceResponse struct {
Videoram int64 `json:"videoram"`
Vmtype string `json:"vmtype"`
Vnfdetails map[string]string `json:"vnfdetails"`
Vnfnics []string `json:"vnfnics"`
Vnfnics []*VnfNic `json:"vnfnics"`
Zoneid string `json:"zoneid"`
Zonename string `json:"zonename"`
}
Expand Down
Loading
Loading