add vm power state and template
This commit is contained in:
@@ -23,6 +23,7 @@ type Events struct {
|
||||
DatacenterId sql.NullString
|
||||
ComputeResourceId sql.NullString
|
||||
VmName sql.NullString
|
||||
EventType sql.NullString
|
||||
}
|
||||
|
||||
type Inventory struct {
|
||||
@@ -43,6 +44,8 @@ type Inventory struct {
|
||||
InitialVcpus sql.NullInt64
|
||||
InitialRam sql.NullInt64
|
||||
SrmPlaceholder sql.NullInt64
|
||||
IsTemplate sql.NullInt64
|
||||
PowerState sql.NullInt64
|
||||
}
|
||||
|
||||
type Updates struct {
|
||||
|
Reference in New Issue
Block a user