This commit is contained in:
Kalle Carlbark 2022-02-14 13:29:23 +01:00
parent 170fde8a31
commit c8c7c4edfc
No known key found for this signature in database
1 changed files with 6 additions and 6 deletions

View File

@ -64,12 +64,12 @@ type VirtualMachine struct {
Label string `json:"label"`
Value string `json:"value"`
} `json:"status"`
URL string `json:"url"`
Name string `json:"name"`
Display string `json:"display"`
Created string `json:"created"`
Comments string `json:"comments"`
LocalContextData string `json:"local_context_data"`
URL string `json:"url"`
Name string `json:"name"`
Display string `json:"display"`
Created string `json:"created"`
Comments string `json:"comments"`
LocalContextData interface{} `json:"local_context_data"`
Cluster struct {
URL string `json:"url"`
Display string `json:"display"`