host

package
v0.3.9-5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2022 License: Apache-2.0 Imports: 2 Imported by: 22

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GuestCloseForwardRequest

type GuestCloseForwardRequest struct {
	NetworkId string `json:"network_id"`
	Proto     string `json:"proto"`
	ProxyAddr string `json:"proxy_addr"`
	ProxyPort int    `json:"port"`
}

type GuestCloseForwardResponse

type GuestCloseForwardResponse struct {
	Proto     string `json:"proto"`
	ProxyAddr string `json:"proxy_addr"`
	ProxyPort int    `json:"port"`
}

type GuestListForwardRequest

type GuestListForwardRequest struct {
	NetworkId string `json:"network_id"`
	Proto     string `json:"proto"`
	Addr      string `json:"addr"`
	Port      int    `json:"port"`
}

type GuestListForwardResponse

type GuestListForwardResponse struct {
	Forwards []GuestOpenForwardResponse `json:"forwards"`
}

type GuestMemorySnapshotDeleteRequest

type GuestMemorySnapshotDeleteRequest struct {
	InstanceSnapshotId string `json:"instance_snapshot_id"`
	Path               string `json:"path"`
}

type GuestMemorySnapshotRequest

type GuestMemorySnapshotRequest struct {
	InstanceSnapshotId string `json:"instance_snapshot_id"`
}

type GuestMemorySnapshotResetRequest

type GuestMemorySnapshotResetRequest struct {
	InstanceSnapshotId string `json:"instance_snapshot_id"`
	Path               string `json:"path"`
	Checksum           string `json:"checksum"`
}

type GuestMemorySnapshotResponse

type GuestMemorySnapshotResponse struct {
	MemorySnapshotPath string `json:"memory_snapshot_path"`
	SizeMB             int64  `json:"size_mb"`
	Checksum           string `json:"checksum"`
}

type GuestOpenForwardRequest

type GuestOpenForwardRequest struct {
	NetworkId string `json:"network_id"`
	Proto     string `json:"proto"`
	Addr      string `json:"addr"`
	Port      int    `json:"port"`
}

type GuestOpenForwardResponse

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

type GuestSetPasswordRequest struct {
	Username string `json:"username"`
	Password string `json:"password"`
	Crypted  bool   `json:"crypted"`
}

type HostCPUInfo

type HostCPUInfo struct {
	*cpu.Info
}

type HostTopology

type HostTopology struct {
	*topology.Info
}

type ServerCloneDiskFromStorageResponse

type ServerCloneDiskFromStorageResponse struct {
	TargetAccessPath string `json:"target_access_path"`
	TargetFormat     string `json:"target_format"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL