mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-24 21:34:01 +03:00
parent
697efec1d2
commit
946439fac9
@ -46,6 +46,7 @@ type TemplateTpl struct {
|
||||
Memory int `xml:"MEMORY"`
|
||||
Context *Context `xml:"CONTEXT"`
|
||||
Disk []Disk `xml:"DISK"`
|
||||
NIC []NIC `xml:"NIC"`
|
||||
Graphics *Graphics `xml:"GRAPHICS"`
|
||||
NICDefault *NicDefault `xml:"NIC_DEFAULT"`
|
||||
OS *OS `xml:"OS"`
|
||||
@ -61,6 +62,10 @@ type Disk struct {
|
||||
Dynamic dyn.UnmatchedTagsSlice `xml:",any"`
|
||||
}
|
||||
|
||||
type NIC struct {
|
||||
Dynamic dyn.UnmatchedTagsSlice `xml:",any"`
|
||||
}
|
||||
|
||||
type Graphics struct {
|
||||
Dynamic dyn.UnmatchedTagsSlice `xml:",any"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user