Discover Packages
yunion.io/x/onecloud
pkg
apis
host
package
Version:
v0.3.9-5
Opens a new window with list of versions in this module.
Published: Dec 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 22
Opens a new window with list of known importers.
Documentation
Documentation
¶
type GuestCloseForwardRequest struct {
NetworkId string `json:"network_id"`
Proto string `json:"proto"`
ProxyAddr string `json:"proxy_addr"`
ProxyPort int `json:"port"`
}
type GuestCloseForwardResponse struct {
Proto string `json:"proto"`
ProxyAddr string `json:"proxy_addr"`
ProxyPort int `json:"port"`
}
type GuestListForwardRequest struct {
NetworkId string `json:"network_id"`
Proto string `json:"proto"`
Addr string `json:"addr"`
Port int `json:"port"`
}
type GuestMemorySnapshotDeleteRequest struct {
InstanceSnapshotId string `json:"instance_snapshot_id"`
Path string `json:"path"`
}
type GuestMemorySnapshotRequest struct {
InstanceSnapshotId string `json:"instance_snapshot_id"`
}
type GuestMemorySnapshotResetRequest struct {
InstanceSnapshotId string `json:"instance_snapshot_id"`
Path string `json:"path"`
Checksum string `json:"checksum"`
}
type GuestMemorySnapshotResponse struct {
MemorySnapshotPath string `json:"memory_snapshot_path"`
SizeMB int64 `json:"size_mb"`
Checksum string `json:"checksum"`
}
type GuestOpenForwardRequest struct {
NetworkId string `json:"network_id"`
Proto string `json:"proto"`
Addr string `json:"addr"`
Port int `json:"port"`
}
type GuestOpenForwardResponse struct {
Proto string `json:"proto"`
Addr string `json:"addr"`
Port int `json:"port"`
ProxyAddr string `json:"proxy_addr"`
ProxyPort int `json:"proxy_port"`
}
type GuestSetPasswordRequest struct {
Username string `json:"username"`
Password string `json:"password"`
Crypted bool `json:"crypted"`
}
type HostCPUInfo struct {
*cpu .Info
}
type ServerCloneDiskFromStorageResponse struct {
TargetAccessPath string `json:"target_access_path"`
TargetFormat string `json:"target_format"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.