Recommig f5bf955b0e
This commit is contained in:
parent
170fde8a31
commit
c8c7c4edfc
1 changed files with 6 additions and 6 deletions
|
@ -64,12 +64,12 @@ type VirtualMachine struct {
|
||||||
Label string `json:"label"`
|
Label string `json:"label"`
|
||||||
Value string `json:"value"`
|
Value string `json:"value"`
|
||||||
} `json:"status"`
|
} `json:"status"`
|
||||||
URL string `json:"url"`
|
URL string `json:"url"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Display string `json:"display"`
|
Display string `json:"display"`
|
||||||
Created string `json:"created"`
|
Created string `json:"created"`
|
||||||
Comments string `json:"comments"`
|
Comments string `json:"comments"`
|
||||||
LocalContextData string `json:"local_context_data"`
|
LocalContextData interface{} `json:"local_context_data"`
|
||||||
Cluster struct {
|
Cluster struct {
|
||||||
URL string `json:"url"`
|
URL string `json:"url"`
|
||||||
Display string `json:"display"`
|
Display string `json:"display"`
|
||||||
|
|
Loading…
Reference in a new issue