Documentation ¶
Index ¶
- func AcknowledgeVm(client *srpc.Client, ipAddress net.IP) error
- func CreateVm(client *srpc.Client, request proto.CreateVmRequest, ...) error
- func DeleteVmVolume(client *srpc.Client, ipAddr net.IP, accessToken []byte, volumeIndex uint) error
- func DestroyVm(client *srpc.Client, ipAddr net.IP, accessToken []byte) error
- func ExportLocalVm(client *srpc.Client, ipAddr net.IP, verificationCookie []byte) (proto.ExportLocalVmInfo, error)
- func GetVmInfo(client *srpc.Client, ipAddr net.IP) (proto.VmInfo, error)
- func PrepareVmForMigration(client *srpc.Client, ipAddr net.IP, accessToken []byte, enable bool) error
- func StartVm(client *srpc.Client, ipAddr net.IP, accessToken []byte) error
- func StopVm(client *srpc.Client, ipAddr net.IP, accessToken []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateVm ¶
func CreateVm(client *srpc.Client, request proto.CreateVmRequest, reply *proto.CreateVmResponse, logger log.DebugLogger) error
func DeleteVmVolume ¶
func ExportLocalVm ¶
func PrepareVmForMigration ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.