package
Version:
v0.0.0-...-fd774e2
Opens a new window with list of versions in this module.
Published: Jul 30, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DiskInformation struct {
TotalSize float64 `json:"totalSize"`
TotalUsed float64 `json:"totalUsed"`
TotalAvailable float64 `json:"totalAvailable"`
UsagePercentage float64 `json:"usagePercentage"`
}
type LoggedServerStatsResponse struct {
Name string `json:"name"`
Serial int `json:"serial"`
VMStats []*VMStat `json:"stats"`
}
type ServerStatResponse struct {
VMs []*VMInfo `json:"vms"`
}
type User struct {
AccesID string `json:"accessID"`
Password string `json:"password"`
}
type VMDto struct {
Name string `json:"name"`
Serial int `json:"serial"`
}
type VMInfo struct {
Name string `json:"name"`
Serial int `json:"serial"`
VMStat *VMStat `json:"vmStat"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.