types

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthTypes        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTypes          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group")
)
View Source
var CdromDriver_name = map[int32]string{
	0: "UNDEFINED_CDROM_DRIVER",
	1: "SCSI_CD",
	2: "IDE_CD",
}
View Source
var CdromDriver_value = map[string]int32{
	"UNDEFINED_CDROM_DRIVER": 0,
	"SCSI_CD":                1,
	"IDE_CD":                 2,
}
View Source
var DiskDriver_name = map[int32]string{
	0: "UNDEFINED_DISK_DRIVER",
	1: "VIRTIO_BLK_PCI",
	2: "SCSI_HD",
	3: "IDE_HD",
}
View Source
var DiskDriver_value = map[string]int32{
	"UNDEFINED_DISK_DRIVER": 0,
	"VIRTIO_BLK_PCI":        1,
	"SCSI_HD":               2,
	"IDE_HD":                3,
}
View Source
var InputDeviceType_name = map[int32]string{
	0: "UNDEFINED_INPUT_TYPE",
	1: "USB_TABLET",
}
View Source
var InputDeviceType_value = map[string]int32{
	"UNDEFINED_INPUT_TYPE": 0,
	"USB_TABLET":           1,
}
View Source
var MachineState_name = map[int32]string{
	0: "NOSTATE",
	1: "STARTING",
	2: "RUNNING",
	3: "PAUSED",
	4: "SHUTDOWN",
	5: "INACTIVE",
	6: "CRASHED",
	7: "INCOMING",
	8: "MIGRATING",
	9: "MIGRATED",
}
View Source
var MachineState_value = map[string]int32{
	"NOSTATE":   0,
	"STARTING":  1,
	"RUNNING":   2,
	"PAUSED":    3,
	"SHUTDOWN":  4,
	"INACTIVE":  5,
	"CRASHED":   6,
	"INCOMING":  7,
	"MIGRATING": 8,
	"MIGRATED":  9,
}
View Source
var NetIfaceDriver_name = map[int32]string{
	0: "UNDEFINED_NET_DRIVER",
	1: "VIRTIO_NET_PCI",
	2: "RTL8139",
	3: "E1000",
}
View Source
var NetIfaceDriver_value = map[string]int32{
	"UNDEFINED_NET_DRIVER": 0,
	"VIRTIO_NET_PCI":       1,
	"RTL8139":              2,
	"E1000":                3,
}
View Source
var NetIfaceLinkState_name = map[int32]string{
	0: "UNDEFINED_LINK_STATE",
	1: "UP",
	2: "DOWN",
}
View Source
var NetIfaceLinkState_value = map[string]int32{
	"UNDEFINED_LINK_STATE": 0,
	"UP":                   1,
	"DOWN":                 2,
}
View Source
var TaskInfo_TaskState_name = map[int32]string{
	0: "UNKNOWN",
	1: "RUNNING",
	2: "COMPLETED",
	3: "FAILED",
}
View Source
var TaskInfo_TaskState_value = map[string]int32{
	"UNKNOWN":   0,
	"RUNNING":   1,
	"COMPLETED": 2,
	"FAILED":    3,
}

Functions

This section is empty.

Types

type CdromDriver

type CdromDriver int32
const (
	CdromDriver_UNDEFINED_CDROM_DRIVER CdromDriver = 0
	CdromDriver_SCSI_CD                CdromDriver = 1
	CdromDriver_IDE_CD                 CdromDriver = 2
)

func (CdromDriver) EnumDescriptor

func (CdromDriver) EnumDescriptor() ([]byte, []int)

func (CdromDriver) String

func (x CdromDriver) String() string

type DiskDriver

type DiskDriver int32
const (
	DiskDriver_UNDEFINED_DISK_DRIVER DiskDriver = 0
	DiskDriver_VIRTIO_BLK_PCI        DiskDriver = 1
	DiskDriver_SCSI_HD               DiskDriver = 2
	DiskDriver_IDE_HD                DiskDriver = 3
)

func (DiskDriver) EnumDescriptor

func (DiskDriver) EnumDescriptor() ([]byte, []int)

func (DiskDriver) String

func (x DiskDriver) String() string

type IncomingMachineRequisites

type IncomingMachineRequisites struct {
	IncomingPort         int32    `protobuf:"varint,1,opt,name=incoming_port,json=incomingPort,proto3" json:"incoming_port,omitempty"`
	NBDPort              int32    `protobuf:"varint,2,opt,name=nbd_port,json=nbdPort,proto3" json:"nbd_port,omitempty"`
	Pid                  int32    `protobuf:"varint,3,opt,name=pid,proto3" json:"pid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IncomingMachineRequisites) Descriptor

func (*IncomingMachineRequisites) Descriptor() ([]byte, []int)

func (*IncomingMachineRequisites) GetIncomingPort

func (m *IncomingMachineRequisites) GetIncomingPort() int32

func (*IncomingMachineRequisites) GetNBDPort

func (m *IncomingMachineRequisites) GetNBDPort() int32

func (*IncomingMachineRequisites) GetPid

func (m *IncomingMachineRequisites) GetPid() int32

func (*IncomingMachineRequisites) Marshal

func (m *IncomingMachineRequisites) Marshal() (dAtA []byte, err error)

func (*IncomingMachineRequisites) MarshalTo

func (m *IncomingMachineRequisites) MarshalTo(dAtA []byte) (int, error)

func (*IncomingMachineRequisites) MarshalToSizedBuffer

func (m *IncomingMachineRequisites) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IncomingMachineRequisites) ProtoMessage

func (*IncomingMachineRequisites) ProtoMessage()

func (*IncomingMachineRequisites) Reset

func (m *IncomingMachineRequisites) Reset()

func (*IncomingMachineRequisites) Size

func (m *IncomingMachineRequisites) Size() (n int)

func (*IncomingMachineRequisites) String

func (m *IncomingMachineRequisites) String() string

func (*IncomingMachineRequisites) Unmarshal

func (m *IncomingMachineRequisites) Unmarshal(dAtA []byte) error

func (*IncomingMachineRequisites) XXX_DiscardUnknown

func (m *IncomingMachineRequisites) XXX_DiscardUnknown()

func (*IncomingMachineRequisites) XXX_Marshal

func (m *IncomingMachineRequisites) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IncomingMachineRequisites) XXX_Merge

func (m *IncomingMachineRequisites) XXX_Merge(src proto.Message)

func (*IncomingMachineRequisites) XXX_Size

func (m *IncomingMachineRequisites) XXX_Size() int

func (*IncomingMachineRequisites) XXX_Unmarshal

func (m *IncomingMachineRequisites) XXX_Unmarshal(b []byte) error

type InputDeviceType

type InputDeviceType int32
const (
	InputDeviceType_UNDEFINED_INPUT_TYPE InputDeviceType = 0
	InputDeviceType_USB_TABLET           InputDeviceType = 1
)

func (InputDeviceType) EnumDescriptor

func (InputDeviceType) EnumDescriptor() ([]byte, []int)

func (InputDeviceType) String

func (x InputDeviceType) String() string

type Machine

type Machine struct {
	Name                 string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Config               *MachineOpts `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	Runtime              *MachineOpts `protobuf:"bytes,3,opt,name=runtime,proto3" json:"runtime,omitempty"`
	Persistent           bool         `protobuf:"varint,4,opt,name=persistent,proto3" json:"persistent,omitempty"`
	State                MachineState `protobuf:"varint,5,opt,name=state,proto3,enum=kvmrun.api.types.MachineState" json:"state,omitempty"`
	Pid                  int32        `protobuf:"varint,6,opt,name=pid,proto3" json:"pid,omitempty"`
	LifeTime             int64        `protobuf:"varint,7,opt,name=life_time,json=lifeTime,proto3" json:"life_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Machine) Descriptor

func (*Machine) Descriptor() ([]byte, []int)

func (*Machine) GetConfig

func (m *Machine) GetConfig() *MachineOpts

func (*Machine) GetLifeTime

func (m *Machine) GetLifeTime() int64

func (*Machine) GetName

func (m *Machine) GetName() string

func (*Machine) GetPersistent

func (m *Machine) GetPersistent() bool

func (*Machine) GetPid

func (m *Machine) GetPid() int32

func (*Machine) GetRuntime

func (m *Machine) GetRuntime() *MachineOpts

func (*Machine) GetState

func (m *Machine) GetState() MachineState

func (*Machine) Marshal

func (m *Machine) Marshal() (dAtA []byte, err error)

func (*Machine) MarshalTo

func (m *Machine) MarshalTo(dAtA []byte) (int, error)

func (*Machine) MarshalToSizedBuffer

func (m *Machine) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Machine) ProtoMessage

func (*Machine) ProtoMessage()

func (*Machine) Reset

func (m *Machine) Reset()

func (*Machine) Size

func (m *Machine) Size() (n int)

func (*Machine) String

func (m *Machine) String() string

func (*Machine) Unmarshal

func (m *Machine) Unmarshal(dAtA []byte) error

func (*Machine) XXX_DiscardUnknown

func (m *Machine) XXX_DiscardUnknown()

func (*Machine) XXX_Marshal

func (m *Machine) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Machine) XXX_Merge

func (m *Machine) XXX_Merge(src proto.Message)

func (*Machine) XXX_Size

func (m *Machine) XXX_Size() int

func (*Machine) XXX_Unmarshal

func (m *Machine) XXX_Unmarshal(b []byte) error

type MachineEvent

type MachineEvent struct {
	Type                 string                  `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Data                 []byte                  `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Timestamp            *MachineEvent_Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*MachineEvent) Descriptor

func (*MachineEvent) Descriptor() ([]byte, []int)

func (*MachineEvent) GetData

func (m *MachineEvent) GetData() []byte

func (*MachineEvent) GetTimestamp

func (m *MachineEvent) GetTimestamp() *MachineEvent_Timestamp

func (*MachineEvent) GetType

func (m *MachineEvent) GetType() string

func (*MachineEvent) Marshal

func (m *MachineEvent) Marshal() (dAtA []byte, err error)

func (*MachineEvent) MarshalTo

func (m *MachineEvent) MarshalTo(dAtA []byte) (int, error)

func (*MachineEvent) MarshalToSizedBuffer

func (m *MachineEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineEvent) ProtoMessage

func (*MachineEvent) ProtoMessage()

func (*MachineEvent) Reset

func (m *MachineEvent) Reset()

func (*MachineEvent) Size

func (m *MachineEvent) Size() (n int)

func (*MachineEvent) String

func (m *MachineEvent) String() string

func (*MachineEvent) Unmarshal

func (m *MachineEvent) Unmarshal(dAtA []byte) error

func (*MachineEvent) XXX_DiscardUnknown

func (m *MachineEvent) XXX_DiscardUnknown()

func (*MachineEvent) XXX_Marshal

func (m *MachineEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineEvent) XXX_Merge

func (m *MachineEvent) XXX_Merge(src proto.Message)

func (*MachineEvent) XXX_Size

func (m *MachineEvent) XXX_Size() int

func (*MachineEvent) XXX_Unmarshal

func (m *MachineEvent) XXX_Unmarshal(b []byte) error

type MachineEvent_Timestamp

type MachineEvent_Timestamp struct {
	Seconds              uint64   `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Microseconds         uint64   `protobuf:"varint,2,opt,name=microseconds,proto3" json:"microseconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineEvent_Timestamp) Descriptor

func (*MachineEvent_Timestamp) Descriptor() ([]byte, []int)

func (*MachineEvent_Timestamp) GetMicroseconds

func (m *MachineEvent_Timestamp) GetMicroseconds() uint64

func (*MachineEvent_Timestamp) GetSeconds

func (m *MachineEvent_Timestamp) GetSeconds() uint64

func (*MachineEvent_Timestamp) Marshal

func (m *MachineEvent_Timestamp) Marshal() (dAtA []byte, err error)

func (*MachineEvent_Timestamp) MarshalTo

func (m *MachineEvent_Timestamp) MarshalTo(dAtA []byte) (int, error)

func (*MachineEvent_Timestamp) MarshalToSizedBuffer

func (m *MachineEvent_Timestamp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineEvent_Timestamp) ProtoMessage

func (*MachineEvent_Timestamp) ProtoMessage()

func (*MachineEvent_Timestamp) Reset

func (m *MachineEvent_Timestamp) Reset()

func (*MachineEvent_Timestamp) Size

func (m *MachineEvent_Timestamp) Size() (n int)

func (*MachineEvent_Timestamp) String

func (m *MachineEvent_Timestamp) String() string

func (*MachineEvent_Timestamp) Unmarshal

func (m *MachineEvent_Timestamp) Unmarshal(dAtA []byte) error

func (*MachineEvent_Timestamp) XXX_DiscardUnknown

func (m *MachineEvent_Timestamp) XXX_DiscardUnknown()

func (*MachineEvent_Timestamp) XXX_Marshal

func (m *MachineEvent_Timestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineEvent_Timestamp) XXX_Merge

func (m *MachineEvent_Timestamp) XXX_Merge(src proto.Message)

func (*MachineEvent_Timestamp) XXX_Size

func (m *MachineEvent_Timestamp) XXX_Size() int

func (*MachineEvent_Timestamp) XXX_Unmarshal

func (m *MachineEvent_Timestamp) XXX_Unmarshal(b []byte) error

type MachineOpts

type MachineOpts struct {
	MachineType          string                      `protobuf:"bytes,1,opt,name=machine_type,json=machineType,proto3" json:"machine_type,omitempty"`
	Firmware             *MachineOpts_Firmware       `protobuf:"bytes,2,opt,name=firmware,proto3" json:"firmware,omitempty"`
	Memory               *MachineOpts_Memory         `protobuf:"bytes,3,opt,name=memory,proto3" json:"memory,omitempty"`
	CPU                  *MachineOpts_CPU            `protobuf:"bytes,4,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Inputs               []*MachineOpts_InputDevice  `protobuf:"bytes,5,rep,name=inputs,proto3" json:"inputs,omitempty"`
	Cdrom                []*MachineOpts_Cdrom        `protobuf:"bytes,6,rep,name=cdrom,proto3" json:"cdrom,omitempty"`
	Storage              []*MachineOpts_Disk         `protobuf:"bytes,7,rep,name=storage,proto3" json:"storage,omitempty"`
	Network              []*MachineOpts_NetIface     `protobuf:"bytes,8,rep,name=network,proto3" json:"network,omitempty"`
	VSockDev             *MachineOpts_VirtioVSock    `protobuf:"bytes,9,opt,name=vsock_device,json=vsockDevice,proto3" json:"vsock_device,omitempty"`
	CIDrive              *MachineOpts_CloudInit      `protobuf:"bytes,10,opt,name=cloudinit_drive,json=cloudinitDrive,proto3" json:"cloudinit_drive,omitempty"`
	Kernel               *MachineOpts_Kernel         `protobuf:"bytes,11,opt,name=kernel,proto3" json:"kernel,omitempty"`
	Proxy                []*MachineOpts_BackendProxy `protobuf:"bytes,12,rep,name=proxy,proto3" json:"proxy,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*MachineOpts) Descriptor

func (*MachineOpts) Descriptor() ([]byte, []int)

func (*MachineOpts) GetCIDrive

func (m *MachineOpts) GetCIDrive() *MachineOpts_CloudInit

func (*MachineOpts) GetCPU

func (m *MachineOpts) GetCPU() *MachineOpts_CPU

func (*MachineOpts) GetCdrom

func (m *MachineOpts) GetCdrom() []*MachineOpts_Cdrom

func (*MachineOpts) GetFirmware added in v1.1.0

func (m *MachineOpts) GetFirmware() *MachineOpts_Firmware

func (*MachineOpts) GetInputs

func (m *MachineOpts) GetInputs() []*MachineOpts_InputDevice

func (*MachineOpts) GetKernel

func (m *MachineOpts) GetKernel() *MachineOpts_Kernel

func (*MachineOpts) GetMachineType

func (m *MachineOpts) GetMachineType() string

func (*MachineOpts) GetMemory

func (m *MachineOpts) GetMemory() *MachineOpts_Memory

func (*MachineOpts) GetNetwork

func (m *MachineOpts) GetNetwork() []*MachineOpts_NetIface

func (*MachineOpts) GetProxy

func (m *MachineOpts) GetProxy() []*MachineOpts_BackendProxy

func (*MachineOpts) GetStorage

func (m *MachineOpts) GetStorage() []*MachineOpts_Disk

func (*MachineOpts) GetVSockDev

func (m *MachineOpts) GetVSockDev() *MachineOpts_VirtioVSock

func (*MachineOpts) Marshal

func (m *MachineOpts) Marshal() (dAtA []byte, err error)

func (*MachineOpts) MarshalTo

func (m *MachineOpts) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts) MarshalToSizedBuffer

func (m *MachineOpts) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts) ProtoMessage

func (*MachineOpts) ProtoMessage()

func (*MachineOpts) Reset

func (m *MachineOpts) Reset()

func (*MachineOpts) Size

func (m *MachineOpts) Size() (n int)

func (*MachineOpts) String

func (m *MachineOpts) String() string

func (*MachineOpts) Unmarshal

func (m *MachineOpts) Unmarshal(dAtA []byte) error

func (*MachineOpts) XXX_DiscardUnknown

func (m *MachineOpts) XXX_DiscardUnknown()

func (*MachineOpts) XXX_Marshal

func (m *MachineOpts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts) XXX_Merge

func (m *MachineOpts) XXX_Merge(src proto.Message)

func (*MachineOpts) XXX_Size

func (m *MachineOpts) XXX_Size() int

func (*MachineOpts) XXX_Unmarshal

func (m *MachineOpts) XXX_Unmarshal(b []byte) error

type MachineOpts_BackendProxy

type MachineOpts_BackendProxy struct {
	Path                 string            `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Command              string            `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
	Envs                 map[string]string `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*MachineOpts_BackendProxy) Descriptor

func (*MachineOpts_BackendProxy) Descriptor() ([]byte, []int)

func (*MachineOpts_BackendProxy) GetCommand

func (m *MachineOpts_BackendProxy) GetCommand() string

func (*MachineOpts_BackendProxy) GetEnvs

func (m *MachineOpts_BackendProxy) GetEnvs() map[string]string

func (*MachineOpts_BackendProxy) GetPath

func (m *MachineOpts_BackendProxy) GetPath() string

func (*MachineOpts_BackendProxy) Marshal

func (m *MachineOpts_BackendProxy) Marshal() (dAtA []byte, err error)

func (*MachineOpts_BackendProxy) MarshalTo

func (m *MachineOpts_BackendProxy) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_BackendProxy) MarshalToSizedBuffer

func (m *MachineOpts_BackendProxy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_BackendProxy) ProtoMessage

func (*MachineOpts_BackendProxy) ProtoMessage()

func (*MachineOpts_BackendProxy) Reset

func (m *MachineOpts_BackendProxy) Reset()

func (*MachineOpts_BackendProxy) Size

func (m *MachineOpts_BackendProxy) Size() (n int)

func (*MachineOpts_BackendProxy) String

func (m *MachineOpts_BackendProxy) String() string

func (*MachineOpts_BackendProxy) Unmarshal

func (m *MachineOpts_BackendProxy) Unmarshal(dAtA []byte) error

func (*MachineOpts_BackendProxy) XXX_DiscardUnknown

func (m *MachineOpts_BackendProxy) XXX_DiscardUnknown()

func (*MachineOpts_BackendProxy) XXX_Marshal

func (m *MachineOpts_BackendProxy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_BackendProxy) XXX_Merge

func (m *MachineOpts_BackendProxy) XXX_Merge(src proto.Message)

func (*MachineOpts_BackendProxy) XXX_Size

func (m *MachineOpts_BackendProxy) XXX_Size() int

func (*MachineOpts_BackendProxy) XXX_Unmarshal

func (m *MachineOpts_BackendProxy) XXX_Unmarshal(b []byte) error

type MachineOpts_CPU

type MachineOpts_CPU struct {
	Actual               int64    `protobuf:"varint,1,opt,name=actual,proto3" json:"actual,omitempty"`
	Total                int64    `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Sockets              int32    `protobuf:"varint,3,opt,name=sockets,proto3" json:"sockets,omitempty"`
	Model                string   `protobuf:"bytes,4,opt,name=model,proto3" json:"model,omitempty"`
	Quota                int64    `protobuf:"varint,5,opt,name=quota,proto3" json:"quota,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineOpts_CPU) Descriptor

func (*MachineOpts_CPU) Descriptor() ([]byte, []int)

func (*MachineOpts_CPU) GetActual

func (m *MachineOpts_CPU) GetActual() int64

func (*MachineOpts_CPU) GetModel

func (m *MachineOpts_CPU) GetModel() string

func (*MachineOpts_CPU) GetQuota

func (m *MachineOpts_CPU) GetQuota() int64

func (*MachineOpts_CPU) GetSockets

func (m *MachineOpts_CPU) GetSockets() int32

func (*MachineOpts_CPU) GetTotal

func (m *MachineOpts_CPU) GetTotal() int64

func (*MachineOpts_CPU) Marshal

func (m *MachineOpts_CPU) Marshal() (dAtA []byte, err error)

func (*MachineOpts_CPU) MarshalTo

func (m *MachineOpts_CPU) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_CPU) MarshalToSizedBuffer

func (m *MachineOpts_CPU) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_CPU) ProtoMessage

func (*MachineOpts_CPU) ProtoMessage()

func (*MachineOpts_CPU) Reset

func (m *MachineOpts_CPU) Reset()

func (*MachineOpts_CPU) Size

func (m *MachineOpts_CPU) Size() (n int)

func (*MachineOpts_CPU) String

func (m *MachineOpts_CPU) String() string

func (*MachineOpts_CPU) Unmarshal

func (m *MachineOpts_CPU) Unmarshal(dAtA []byte) error

func (*MachineOpts_CPU) XXX_DiscardUnknown

func (m *MachineOpts_CPU) XXX_DiscardUnknown()

func (*MachineOpts_CPU) XXX_Marshal

func (m *MachineOpts_CPU) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_CPU) XXX_Merge

func (m *MachineOpts_CPU) XXX_Merge(src proto.Message)

func (*MachineOpts_CPU) XXX_Size

func (m *MachineOpts_CPU) XXX_Size() int

func (*MachineOpts_CPU) XXX_Unmarshal

func (m *MachineOpts_CPU) XXX_Unmarshal(b []byte) error

type MachineOpts_Cdrom

type MachineOpts_Cdrom struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Media                string   `protobuf:"bytes,2,opt,name=media,proto3" json:"media,omitempty"`
	Driver               string   `protobuf:"bytes,3,opt,name=driver,proto3" json:"driver,omitempty"`
	ReadOnly             bool     `protobuf:"varint,4,opt,name=readonly,proto3" json:"readonly,omitempty"`
	Addr                 string   `protobuf:"bytes,5,opt,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineOpts_Cdrom) Descriptor

func (*MachineOpts_Cdrom) Descriptor() ([]byte, []int)

func (*MachineOpts_Cdrom) GetAddr

func (m *MachineOpts_Cdrom) GetAddr() string

func (*MachineOpts_Cdrom) GetDriver

func (m *MachineOpts_Cdrom) GetDriver() string

func (*MachineOpts_Cdrom) GetMedia

func (m *MachineOpts_Cdrom) GetMedia() string

func (*MachineOpts_Cdrom) GetName

func (m *MachineOpts_Cdrom) GetName() string

func (*MachineOpts_Cdrom) GetReadOnly

func (m *MachineOpts_Cdrom) GetReadOnly() bool

func (*MachineOpts_Cdrom) Marshal

func (m *MachineOpts_Cdrom) Marshal() (dAtA []byte, err error)

func (*MachineOpts_Cdrom) MarshalTo

func (m *MachineOpts_Cdrom) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_Cdrom) MarshalToSizedBuffer

func (m *MachineOpts_Cdrom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_Cdrom) ProtoMessage

func (*MachineOpts_Cdrom) ProtoMessage()

func (*MachineOpts_Cdrom) Reset

func (m *MachineOpts_Cdrom) Reset()

func (*MachineOpts_Cdrom) Size

func (m *MachineOpts_Cdrom) Size() (n int)

func (*MachineOpts_Cdrom) String

func (m *MachineOpts_Cdrom) String() string

func (*MachineOpts_Cdrom) Unmarshal

func (m *MachineOpts_Cdrom) Unmarshal(dAtA []byte) error

func (*MachineOpts_Cdrom) XXX_DiscardUnknown

func (m *MachineOpts_Cdrom) XXX_DiscardUnknown()

func (*MachineOpts_Cdrom) XXX_Marshal

func (m *MachineOpts_Cdrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_Cdrom) XXX_Merge

func (m *MachineOpts_Cdrom) XXX_Merge(src proto.Message)

func (*MachineOpts_Cdrom) XXX_Size

func (m *MachineOpts_Cdrom) XXX_Size() int

func (*MachineOpts_Cdrom) XXX_Unmarshal

func (m *MachineOpts_Cdrom) XXX_Unmarshal(b []byte) error

type MachineOpts_CloudInit

type MachineOpts_CloudInit struct {
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineOpts_CloudInit) Descriptor

func (*MachineOpts_CloudInit) Descriptor() ([]byte, []int)

func (*MachineOpts_CloudInit) GetPath

func (m *MachineOpts_CloudInit) GetPath() string

func (*MachineOpts_CloudInit) Marshal

func (m *MachineOpts_CloudInit) Marshal() (dAtA []byte, err error)

func (*MachineOpts_CloudInit) MarshalTo

func (m *MachineOpts_CloudInit) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_CloudInit) MarshalToSizedBuffer

func (m *MachineOpts_CloudInit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_CloudInit) ProtoMessage

func (*MachineOpts_CloudInit) ProtoMessage()

func (*MachineOpts_CloudInit) Reset

func (m *MachineOpts_CloudInit) Reset()

func (*MachineOpts_CloudInit) Size

func (m *MachineOpts_CloudInit) Size() (n int)

func (*MachineOpts_CloudInit) String

func (m *MachineOpts_CloudInit) String() string

func (*MachineOpts_CloudInit) Unmarshal

func (m *MachineOpts_CloudInit) Unmarshal(dAtA []byte) error

func (*MachineOpts_CloudInit) XXX_DiscardUnknown

func (m *MachineOpts_CloudInit) XXX_DiscardUnknown()

func (*MachineOpts_CloudInit) XXX_Marshal

func (m *MachineOpts_CloudInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_CloudInit) XXX_Merge

func (m *MachineOpts_CloudInit) XXX_Merge(src proto.Message)

func (*MachineOpts_CloudInit) XXX_Size

func (m *MachineOpts_CloudInit) XXX_Size() int

func (*MachineOpts_CloudInit) XXX_Unmarshal

func (m *MachineOpts_CloudInit) XXX_Unmarshal(b []byte) error

type MachineOpts_Disk

type MachineOpts_Disk struct {
	Path                 string   `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Driver               string   `protobuf:"bytes,2,opt,name=driver,proto3" json:"driver,omitempty"`
	IopsRd               int64    `protobuf:"varint,3,opt,name=iops_rd,json=iopsRd,proto3" json:"iops_rd,omitempty"`
	IopsWr               int64    `protobuf:"varint,4,opt,name=iops_wr,json=iopsWr,proto3" json:"iops_wr,omitempty"`
	Addr                 string   `protobuf:"bytes,5,opt,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineOpts_Disk) Descriptor

func (*MachineOpts_Disk) Descriptor() ([]byte, []int)

func (*MachineOpts_Disk) GetAddr

func (m *MachineOpts_Disk) GetAddr() string

func (*MachineOpts_Disk) GetDriver

func (m *MachineOpts_Disk) GetDriver() string

func (*MachineOpts_Disk) GetIopsRd

func (m *MachineOpts_Disk) GetIopsRd() int64

func (*MachineOpts_Disk) GetIopsWr

func (m *MachineOpts_Disk) GetIopsWr() int64

func (*MachineOpts_Disk) GetPath

func (m *MachineOpts_Disk) GetPath() string

func (*MachineOpts_Disk) Marshal

func (m *MachineOpts_Disk) Marshal() (dAtA []byte, err error)

func (*MachineOpts_Disk) MarshalTo

func (m *MachineOpts_Disk) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_Disk) MarshalToSizedBuffer

func (m *MachineOpts_Disk) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_Disk) ProtoMessage

func (*MachineOpts_Disk) ProtoMessage()

func (*MachineOpts_Disk) Reset

func (m *MachineOpts_Disk) Reset()

func (*MachineOpts_Disk) Size

func (m *MachineOpts_Disk) Size() (n int)

func (*MachineOpts_Disk) String

func (m *MachineOpts_Disk) String() string

func (*MachineOpts_Disk) Unmarshal

func (m *MachineOpts_Disk) Unmarshal(dAtA []byte) error

func (*MachineOpts_Disk) XXX_DiscardUnknown

func (m *MachineOpts_Disk) XXX_DiscardUnknown()

func (*MachineOpts_Disk) XXX_Marshal

func (m *MachineOpts_Disk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_Disk) XXX_Merge

func (m *MachineOpts_Disk) XXX_Merge(src proto.Message)

func (*MachineOpts_Disk) XXX_Size

func (m *MachineOpts_Disk) XXX_Size() int

func (*MachineOpts_Disk) XXX_Unmarshal

func (m *MachineOpts_Disk) XXX_Unmarshal(b []byte) error

type MachineOpts_Firmware added in v1.1.0

type MachineOpts_Firmware struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineOpts_Firmware) Descriptor added in v1.1.0

func (*MachineOpts_Firmware) Descriptor() ([]byte, []int)

func (*MachineOpts_Firmware) GetImage added in v1.1.0

func (m *MachineOpts_Firmware) GetImage() string

func (*MachineOpts_Firmware) Marshal added in v1.1.0

func (m *MachineOpts_Firmware) Marshal() (dAtA []byte, err error)

func (*MachineOpts_Firmware) MarshalTo added in v1.1.0

func (m *MachineOpts_Firmware) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_Firmware) MarshalToSizedBuffer added in v1.1.0

func (m *MachineOpts_Firmware) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_Firmware) ProtoMessage added in v1.1.0

func (*MachineOpts_Firmware) ProtoMessage()

func (*MachineOpts_Firmware) Reset added in v1.1.0

func (m *MachineOpts_Firmware) Reset()

func (*MachineOpts_Firmware) Size added in v1.1.0

func (m *MachineOpts_Firmware) Size() (n int)

func (*MachineOpts_Firmware) String added in v1.1.0

func (m *MachineOpts_Firmware) String() string

func (*MachineOpts_Firmware) Unmarshal added in v1.1.0

func (m *MachineOpts_Firmware) Unmarshal(dAtA []byte) error

func (*MachineOpts_Firmware) XXX_DiscardUnknown added in v1.1.0

func (m *MachineOpts_Firmware) XXX_DiscardUnknown()

func (*MachineOpts_Firmware) XXX_Marshal added in v1.1.0

func (m *MachineOpts_Firmware) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_Firmware) XXX_Merge added in v1.1.0

func (m *MachineOpts_Firmware) XXX_Merge(src proto.Message)

func (*MachineOpts_Firmware) XXX_Size added in v1.1.0

func (m *MachineOpts_Firmware) XXX_Size() int

func (*MachineOpts_Firmware) XXX_Unmarshal added in v1.1.0

func (m *MachineOpts_Firmware) XXX_Unmarshal(b []byte) error

type MachineOpts_InputDevice

type MachineOpts_InputDevice struct {
	Type                 string   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineOpts_InputDevice) Descriptor

func (*MachineOpts_InputDevice) Descriptor() ([]byte, []int)

func (*MachineOpts_InputDevice) GetType

func (m *MachineOpts_InputDevice) GetType() string

func (*MachineOpts_InputDevice) Marshal

func (m *MachineOpts_InputDevice) Marshal() (dAtA []byte, err error)

func (*MachineOpts_InputDevice) MarshalTo

func (m *MachineOpts_InputDevice) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_InputDevice) MarshalToSizedBuffer

func (m *MachineOpts_InputDevice) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_InputDevice) ProtoMessage

func (*MachineOpts_InputDevice) ProtoMessage()

func (*MachineOpts_InputDevice) Reset

func (m *MachineOpts_InputDevice) Reset()

func (*MachineOpts_InputDevice) Size

func (m *MachineOpts_InputDevice) Size() (n int)

func (*MachineOpts_InputDevice) String

func (m *MachineOpts_InputDevice) String() string

func (*MachineOpts_InputDevice) Unmarshal

func (m *MachineOpts_InputDevice) Unmarshal(dAtA []byte) error

func (*MachineOpts_InputDevice) XXX_DiscardUnknown

func (m *MachineOpts_InputDevice) XXX_DiscardUnknown()

func (*MachineOpts_InputDevice) XXX_Marshal

func (m *MachineOpts_InputDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_InputDevice) XXX_Merge

func (m *MachineOpts_InputDevice) XXX_Merge(src proto.Message)

func (*MachineOpts_InputDevice) XXX_Size

func (m *MachineOpts_InputDevice) XXX_Size() int

func (*MachineOpts_InputDevice) XXX_Unmarshal

func (m *MachineOpts_InputDevice) XXX_Unmarshal(b []byte) error

type MachineOpts_Kernel

type MachineOpts_Kernel struct {
	Image                string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Initrd               string   `protobuf:"bytes,2,opt,name=initrd,proto3" json:"initrd,omitempty"`
	Modiso               string   `protobuf:"bytes,3,opt,name=modiso,proto3" json:"modiso,omitempty"`
	Cmdline              string   `protobuf:"bytes,4,opt,name=cmdline,proto3" json:"cmdline,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineOpts_Kernel) Descriptor

func (*MachineOpts_Kernel) Descriptor() ([]byte, []int)

func (*MachineOpts_Kernel) GetCmdline

func (m *MachineOpts_Kernel) GetCmdline() string

func (*MachineOpts_Kernel) GetImage

func (m *MachineOpts_Kernel) GetImage() string

func (*MachineOpts_Kernel) GetInitrd

func (m *MachineOpts_Kernel) GetInitrd() string

func (*MachineOpts_Kernel) GetModiso

func (m *MachineOpts_Kernel) GetModiso() string

func (*MachineOpts_Kernel) Marshal

func (m *MachineOpts_Kernel) Marshal() (dAtA []byte, err error)

func (*MachineOpts_Kernel) MarshalTo

func (m *MachineOpts_Kernel) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_Kernel) MarshalToSizedBuffer

func (m *MachineOpts_Kernel) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_Kernel) ProtoMessage

func (*MachineOpts_Kernel) ProtoMessage()

func (*MachineOpts_Kernel) Reset

func (m *MachineOpts_Kernel) Reset()

func (*MachineOpts_Kernel) Size

func (m *MachineOpts_Kernel) Size() (n int)

func (*MachineOpts_Kernel) String

func (m *MachineOpts_Kernel) String() string

func (*MachineOpts_Kernel) Unmarshal

func (m *MachineOpts_Kernel) Unmarshal(dAtA []byte) error

func (*MachineOpts_Kernel) XXX_DiscardUnknown

func (m *MachineOpts_Kernel) XXX_DiscardUnknown()

func (*MachineOpts_Kernel) XXX_Marshal

func (m *MachineOpts_Kernel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_Kernel) XXX_Merge

func (m *MachineOpts_Kernel) XXX_Merge(src proto.Message)

func (*MachineOpts_Kernel) XXX_Size

func (m *MachineOpts_Kernel) XXX_Size() int

func (*MachineOpts_Kernel) XXX_Unmarshal

func (m *MachineOpts_Kernel) XXX_Unmarshal(b []byte) error

type MachineOpts_Memory

type MachineOpts_Memory struct {
	Actual               int64    `protobuf:"varint,1,opt,name=actual,proto3" json:"actual,omitempty"`
	Total                int64    `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineOpts_Memory) Descriptor

func (*MachineOpts_Memory) Descriptor() ([]byte, []int)

func (*MachineOpts_Memory) GetActual

func (m *MachineOpts_Memory) GetActual() int64

func (*MachineOpts_Memory) GetTotal

func (m *MachineOpts_Memory) GetTotal() int64

func (*MachineOpts_Memory) Marshal

func (m *MachineOpts_Memory) Marshal() (dAtA []byte, err error)

func (*MachineOpts_Memory) MarshalTo

func (m *MachineOpts_Memory) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_Memory) MarshalToSizedBuffer

func (m *MachineOpts_Memory) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_Memory) ProtoMessage

func (*MachineOpts_Memory) ProtoMessage()

func (*MachineOpts_Memory) Reset

func (m *MachineOpts_Memory) Reset()

func (*MachineOpts_Memory) Size

func (m *MachineOpts_Memory) Size() (n int)

func (*MachineOpts_Memory) String

func (m *MachineOpts_Memory) String() string

func (*MachineOpts_Memory) Unmarshal

func (m *MachineOpts_Memory) Unmarshal(dAtA []byte) error

func (*MachineOpts_Memory) XXX_DiscardUnknown

func (m *MachineOpts_Memory) XXX_DiscardUnknown()

func (*MachineOpts_Memory) XXX_Marshal

func (m *MachineOpts_Memory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_Memory) XXX_Merge

func (m *MachineOpts_Memory) XXX_Merge(src proto.Message)

func (*MachineOpts_Memory) XXX_Size

func (m *MachineOpts_Memory) XXX_Size() int

func (*MachineOpts_Memory) XXX_Unmarshal

func (m *MachineOpts_Memory) XXX_Unmarshal(b []byte) error

type MachineOpts_NetIface

type MachineOpts_NetIface struct {
	Ifname               string   `protobuf:"bytes,1,opt,name=ifname,proto3" json:"ifname,omitempty"`
	Driver               string   `protobuf:"bytes,2,opt,name=driver,proto3" json:"driver,omitempty"`
	HwAddr               string   `protobuf:"bytes,3,opt,name=hw_addr,json=hwAddr,proto3" json:"hw_addr,omitempty"`
	Ifup                 string   `protobuf:"bytes,4,opt,name=ifup,proto3" json:"ifup,omitempty"`
	Ifdown               string   `protobuf:"bytes,5,opt,name=ifdown,proto3" json:"ifdown,omitempty"`
	Addr                 string   `protobuf:"bytes,6,opt,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineOpts_NetIface) Descriptor

func (*MachineOpts_NetIface) Descriptor() ([]byte, []int)

func (*MachineOpts_NetIface) GetAddr

func (m *MachineOpts_NetIface) GetAddr() string

func (*MachineOpts_NetIface) GetDriver

func (m *MachineOpts_NetIface) GetDriver() string

func (*MachineOpts_NetIface) GetHwAddr

func (m *MachineOpts_NetIface) GetHwAddr() string

func (*MachineOpts_NetIface) GetIfdown

func (m *MachineOpts_NetIface) GetIfdown() string

func (*MachineOpts_NetIface) GetIfname

func (m *MachineOpts_NetIface) GetIfname() string

func (*MachineOpts_NetIface) GetIfup

func (m *MachineOpts_NetIface) GetIfup() string

func (*MachineOpts_NetIface) Marshal

func (m *MachineOpts_NetIface) Marshal() (dAtA []byte, err error)

func (*MachineOpts_NetIface) MarshalTo

func (m *MachineOpts_NetIface) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_NetIface) MarshalToSizedBuffer

func (m *MachineOpts_NetIface) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_NetIface) ProtoMessage

func (*MachineOpts_NetIface) ProtoMessage()

func (*MachineOpts_NetIface) Reset

func (m *MachineOpts_NetIface) Reset()

func (*MachineOpts_NetIface) Size

func (m *MachineOpts_NetIface) Size() (n int)

func (*MachineOpts_NetIface) String

func (m *MachineOpts_NetIface) String() string

func (*MachineOpts_NetIface) Unmarshal

func (m *MachineOpts_NetIface) Unmarshal(dAtA []byte) error

func (*MachineOpts_NetIface) XXX_DiscardUnknown

func (m *MachineOpts_NetIface) XXX_DiscardUnknown()

func (*MachineOpts_NetIface) XXX_Marshal

func (m *MachineOpts_NetIface) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_NetIface) XXX_Merge

func (m *MachineOpts_NetIface) XXX_Merge(src proto.Message)

func (*MachineOpts_NetIface) XXX_Size

func (m *MachineOpts_NetIface) XXX_Size() int

func (*MachineOpts_NetIface) XXX_Unmarshal

func (m *MachineOpts_NetIface) XXX_Unmarshal(b []byte) error

type MachineOpts_VirtioVSock

type MachineOpts_VirtioVSock struct {
	Auto                 bool     `protobuf:"varint,1,opt,name=auto,proto3" json:"auto,omitempty"`
	ContextID            uint32   `protobuf:"varint,2,opt,name=context_id,json=contextId,proto3" json:"context_id,omitempty"`
	Addr                 string   `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineOpts_VirtioVSock) Descriptor

func (*MachineOpts_VirtioVSock) Descriptor() ([]byte, []int)

func (*MachineOpts_VirtioVSock) GetAddr

func (m *MachineOpts_VirtioVSock) GetAddr() string

func (*MachineOpts_VirtioVSock) GetAuto

func (m *MachineOpts_VirtioVSock) GetAuto() bool

func (*MachineOpts_VirtioVSock) GetContextID

func (m *MachineOpts_VirtioVSock) GetContextID() uint32

func (*MachineOpts_VirtioVSock) Marshal

func (m *MachineOpts_VirtioVSock) Marshal() (dAtA []byte, err error)

func (*MachineOpts_VirtioVSock) MarshalTo

func (m *MachineOpts_VirtioVSock) MarshalTo(dAtA []byte) (int, error)

func (*MachineOpts_VirtioVSock) MarshalToSizedBuffer

func (m *MachineOpts_VirtioVSock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MachineOpts_VirtioVSock) ProtoMessage

func (*MachineOpts_VirtioVSock) ProtoMessage()

func (*MachineOpts_VirtioVSock) Reset

func (m *MachineOpts_VirtioVSock) Reset()

func (*MachineOpts_VirtioVSock) Size

func (m *MachineOpts_VirtioVSock) Size() (n int)

func (*MachineOpts_VirtioVSock) String

func (m *MachineOpts_VirtioVSock) String() string

func (*MachineOpts_VirtioVSock) Unmarshal

func (m *MachineOpts_VirtioVSock) Unmarshal(dAtA []byte) error

func (*MachineOpts_VirtioVSock) XXX_DiscardUnknown

func (m *MachineOpts_VirtioVSock) XXX_DiscardUnknown()

func (*MachineOpts_VirtioVSock) XXX_Marshal

func (m *MachineOpts_VirtioVSock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineOpts_VirtioVSock) XXX_Merge

func (m *MachineOpts_VirtioVSock) XXX_Merge(src proto.Message)

func (*MachineOpts_VirtioVSock) XXX_Size

func (m *MachineOpts_VirtioVSock) XXX_Size() int

func (*MachineOpts_VirtioVSock) XXX_Unmarshal

func (m *MachineOpts_VirtioVSock) XXX_Unmarshal(b []byte) error

type MachineState

type MachineState int32
const (
	MachineState_NOSTATE   MachineState = 0
	MachineState_STARTING  MachineState = 1
	MachineState_RUNNING   MachineState = 2
	MachineState_PAUSED    MachineState = 3
	MachineState_SHUTDOWN  MachineState = 4
	MachineState_INACTIVE  MachineState = 5
	MachineState_CRASHED   MachineState = 6
	MachineState_INCOMING  MachineState = 7
	MachineState_MIGRATING MachineState = 8
	MachineState_MIGRATED  MachineState = 9
)

func (MachineState) EnumDescriptor

func (MachineState) EnumDescriptor() ([]byte, []int)

func (MachineState) String

func (x MachineState) String() string

type MigrationOverrides

type MigrationOverrides struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Disks                map[string]string `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*MigrationOverrides) Descriptor

func (*MigrationOverrides) Descriptor() ([]byte, []int)

func (*MigrationOverrides) GetDisks

func (m *MigrationOverrides) GetDisks() map[string]string

func (*MigrationOverrides) GetName

func (m *MigrationOverrides) GetName() string

func (*MigrationOverrides) Marshal

func (m *MigrationOverrides) Marshal() (dAtA []byte, err error)

func (*MigrationOverrides) MarshalTo

func (m *MigrationOverrides) MarshalTo(dAtA []byte) (int, error)

func (*MigrationOverrides) MarshalToSizedBuffer

func (m *MigrationOverrides) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MigrationOverrides) ProtoMessage

func (*MigrationOverrides) ProtoMessage()

func (*MigrationOverrides) Reset

func (m *MigrationOverrides) Reset()

func (*MigrationOverrides) Size

func (m *MigrationOverrides) Size() (n int)

func (*MigrationOverrides) String

func (m *MigrationOverrides) String() string

func (*MigrationOverrides) Unmarshal

func (m *MigrationOverrides) Unmarshal(dAtA []byte) error

func (*MigrationOverrides) XXX_DiscardUnknown

func (m *MigrationOverrides) XXX_DiscardUnknown()

func (*MigrationOverrides) XXX_Marshal

func (m *MigrationOverrides) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MigrationOverrides) XXX_Merge

func (m *MigrationOverrides) XXX_Merge(src proto.Message)

func (*MigrationOverrides) XXX_Size

func (m *MigrationOverrides) XXX_Size() int

func (*MigrationOverrides) XXX_Unmarshal

func (m *MigrationOverrides) XXX_Unmarshal(b []byte) error

type NetIfaceDriver

type NetIfaceDriver int32
const (
	NetIfaceDriver_UNDEFINED_NET_DRIVER NetIfaceDriver = 0
	NetIfaceDriver_VIRTIO_NET_PCI       NetIfaceDriver = 1
	NetIfaceDriver_RTL8139              NetIfaceDriver = 2
	NetIfaceDriver_E1000                NetIfaceDriver = 3
)

func (NetIfaceDriver) EnumDescriptor

func (NetIfaceDriver) EnumDescriptor() ([]byte, []int)

func (NetIfaceDriver) String

func (x NetIfaceDriver) String() string

type NetIfaceLinkState

type NetIfaceLinkState int32
const (
	NetIfaceLinkState_UNDEFINED_LINK_STATE NetIfaceLinkState = 0
	NetIfaceLinkState_UP                   NetIfaceLinkState = 1
	NetIfaceLinkState_DOWN                 NetIfaceLinkState = 2
)

func (NetIfaceLinkState) EnumDescriptor

func (NetIfaceLinkState) EnumDescriptor() ([]byte, []int)

func (NetIfaceLinkState) String

func (x NetIfaceLinkState) String() string

type NetworkEndPoint

type NetworkEndPoint struct {
	LinkName  string `protobuf:"bytes,1,opt,name=link_name,json=linkName,proto3" json:"link_name,omitempty"`
	LinkIndex uint32 `protobuf:"varint,2,opt,name=link_index,json=linkIndex,proto3" json:"link_index,omitempty"`
	// Types that are valid to be assigned to Attrs:
	//	*NetworkEndPoint_VlanAttrs
	//	*NetworkEndPoint_VxlanAttrs
	//	*NetworkEndPoint_IPFabricAttrs
	Attrs                isNetworkEndPoint_Attrs `protobuf_oneof:"attrs"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*NetworkEndPoint) Descriptor

func (*NetworkEndPoint) Descriptor() ([]byte, []int)

func (*NetworkEndPoint) GetAttrs

func (m *NetworkEndPoint) GetAttrs() isNetworkEndPoint_Attrs

func (*NetworkEndPoint) GetIPFabricAttrs

func (m *NetworkEndPoint) GetIPFabricAttrs() *NetworkEndPoint_IPFabric

func (*NetworkEndPoint) GetLinkIndex

func (m *NetworkEndPoint) GetLinkIndex() uint32

func (*NetworkEndPoint) GetLinkName

func (m *NetworkEndPoint) GetLinkName() string

func (*NetworkEndPoint) GetVlanAttrs

func (m *NetworkEndPoint) GetVlanAttrs() *NetworkEndPoint_Vlan

func (*NetworkEndPoint) GetVxlanAttrs

func (m *NetworkEndPoint) GetVxlanAttrs() *NetworkEndPoint_Vxlan

func (*NetworkEndPoint) Marshal

func (m *NetworkEndPoint) Marshal() (dAtA []byte, err error)

func (*NetworkEndPoint) MarshalTo

func (m *NetworkEndPoint) MarshalTo(dAtA []byte) (int, error)

func (*NetworkEndPoint) MarshalToSizedBuffer

func (m *NetworkEndPoint) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkEndPoint) ProtoMessage

func (*NetworkEndPoint) ProtoMessage()

func (*NetworkEndPoint) Reset

func (m *NetworkEndPoint) Reset()

func (*NetworkEndPoint) Size

func (m *NetworkEndPoint) Size() (n int)

func (*NetworkEndPoint) String

func (m *NetworkEndPoint) String() string

func (*NetworkEndPoint) Unmarshal

func (m *NetworkEndPoint) Unmarshal(dAtA []byte) error

func (*NetworkEndPoint) XXX_DiscardUnknown

func (m *NetworkEndPoint) XXX_DiscardUnknown()

func (*NetworkEndPoint) XXX_Marshal

func (m *NetworkEndPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkEndPoint) XXX_Merge

func (m *NetworkEndPoint) XXX_Merge(src proto.Message)

func (*NetworkEndPoint) XXX_OneofWrappers

func (*NetworkEndPoint) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*NetworkEndPoint) XXX_Size

func (m *NetworkEndPoint) XXX_Size() int

func (*NetworkEndPoint) XXX_Unmarshal

func (m *NetworkEndPoint) XXX_Unmarshal(b []byte) error

type NetworkEndPoint_IPFabric

type NetworkEndPoint_IPFabric struct {
	IPNets               []string `protobuf:"bytes,1,rep,name=ipnets,proto3" json:"ipnets,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NetworkEndPoint_IPFabric) Descriptor

func (*NetworkEndPoint_IPFabric) Descriptor() ([]byte, []int)

func (*NetworkEndPoint_IPFabric) GetIPNets

func (m *NetworkEndPoint_IPFabric) GetIPNets() []string

func (*NetworkEndPoint_IPFabric) Marshal

func (m *NetworkEndPoint_IPFabric) Marshal() (dAtA []byte, err error)

func (*NetworkEndPoint_IPFabric) MarshalTo

func (m *NetworkEndPoint_IPFabric) MarshalTo(dAtA []byte) (int, error)

func (*NetworkEndPoint_IPFabric) MarshalToSizedBuffer

func (m *NetworkEndPoint_IPFabric) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkEndPoint_IPFabric) ProtoMessage

func (*NetworkEndPoint_IPFabric) ProtoMessage()

func (*NetworkEndPoint_IPFabric) Reset

func (m *NetworkEndPoint_IPFabric) Reset()

func (*NetworkEndPoint_IPFabric) Size

func (m *NetworkEndPoint_IPFabric) Size() (n int)

func (*NetworkEndPoint_IPFabric) String

func (m *NetworkEndPoint_IPFabric) String() string

func (*NetworkEndPoint_IPFabric) Unmarshal

func (m *NetworkEndPoint_IPFabric) Unmarshal(dAtA []byte) error

func (*NetworkEndPoint_IPFabric) XXX_DiscardUnknown

func (m *NetworkEndPoint_IPFabric) XXX_DiscardUnknown()

func (*NetworkEndPoint_IPFabric) XXX_Marshal

func (m *NetworkEndPoint_IPFabric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkEndPoint_IPFabric) XXX_Merge

func (m *NetworkEndPoint_IPFabric) XXX_Merge(src proto.Message)

func (*NetworkEndPoint_IPFabric) XXX_Size

func (m *NetworkEndPoint_IPFabric) XXX_Size() int

func (*NetworkEndPoint_IPFabric) XXX_Unmarshal

func (m *NetworkEndPoint_IPFabric) XXX_Unmarshal(b []byte) error

type NetworkEndPoint_IPFabricAttrs

type NetworkEndPoint_IPFabricAttrs struct {
	IPFabricAttrs *NetworkEndPoint_IPFabric `protobuf:"bytes,5,opt,name=ipfabric_attrs,json=ipfabricAttrs,proto3,oneof" json:"ipfabric_attrs,omitempty"`
}

func (*NetworkEndPoint_IPFabricAttrs) MarshalTo

func (m *NetworkEndPoint_IPFabricAttrs) MarshalTo(dAtA []byte) (int, error)

func (*NetworkEndPoint_IPFabricAttrs) MarshalToSizedBuffer

func (m *NetworkEndPoint_IPFabricAttrs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkEndPoint_IPFabricAttrs) Size

func (m *NetworkEndPoint_IPFabricAttrs) Size() (n int)

type NetworkEndPoint_Port

type NetworkEndPoint_Port struct {
	LinkName             string   `protobuf:"bytes,1,opt,name=link_name,json=linkName,proto3" json:"link_name,omitempty"`
	LinkIndex            uint32   `protobuf:"varint,2,opt,name=link_index,json=linkIndex,proto3" json:"link_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NetworkEndPoint_Port) Descriptor

func (*NetworkEndPoint_Port) Descriptor() ([]byte, []int)

func (*NetworkEndPoint_Port) GetLinkIndex

func (m *NetworkEndPoint_Port) GetLinkIndex() uint32

func (*NetworkEndPoint_Port) GetLinkName

func (m *NetworkEndPoint_Port) GetLinkName() string

func (*NetworkEndPoint_Port) Marshal

func (m *NetworkEndPoint_Port) Marshal() (dAtA []byte, err error)

func (*NetworkEndPoint_Port) MarshalTo

func (m *NetworkEndPoint_Port) MarshalTo(dAtA []byte) (int, error)

func (*NetworkEndPoint_Port) MarshalToSizedBuffer

func (m *NetworkEndPoint_Port) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkEndPoint_Port) ProtoMessage

func (*NetworkEndPoint_Port) ProtoMessage()

func (*NetworkEndPoint_Port) Reset

func (m *NetworkEndPoint_Port) Reset()

func (*NetworkEndPoint_Port) Size

func (m *NetworkEndPoint_Port) Size() (n int)

func (*NetworkEndPoint_Port) String

func (m *NetworkEndPoint_Port) String() string

func (*NetworkEndPoint_Port) Unmarshal

func (m *NetworkEndPoint_Port) Unmarshal(dAtA []byte) error

func (*NetworkEndPoint_Port) XXX_DiscardUnknown

func (m *NetworkEndPoint_Port) XXX_DiscardUnknown()

func (*NetworkEndPoint_Port) XXX_Marshal

func (m *NetworkEndPoint_Port) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkEndPoint_Port) XXX_Merge

func (m *NetworkEndPoint_Port) XXX_Merge(src proto.Message)

func (*NetworkEndPoint_Port) XXX_Size

func (m *NetworkEndPoint_Port) XXX_Size() int

func (*NetworkEndPoint_Port) XXX_Unmarshal

func (m *NetworkEndPoint_Port) XXX_Unmarshal(b []byte) error

type NetworkEndPoint_Vlan

type NetworkEndPoint_Vlan struct {
	VlanID               uint32                  `protobuf:"varint,1,opt,name=vlan_id,json=vlanId,proto3" json:"vlan_id,omitempty"`
	Ports                []*NetworkEndPoint_Port `protobuf:"bytes,3,rep,name=ports,proto3" json:"ports,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*NetworkEndPoint_Vlan) Descriptor

func (*NetworkEndPoint_Vlan) Descriptor() ([]byte, []int)

func (*NetworkEndPoint_Vlan) GetPorts

func (m *NetworkEndPoint_Vlan) GetPorts() []*NetworkEndPoint_Port

func (*NetworkEndPoint_Vlan) GetVlanID

func (m *NetworkEndPoint_Vlan) GetVlanID() uint32

func (*NetworkEndPoint_Vlan) Marshal

func (m *NetworkEndPoint_Vlan) Marshal() (dAtA []byte, err error)

func (*NetworkEndPoint_Vlan) MarshalTo

func (m *NetworkEndPoint_Vlan) MarshalTo(dAtA []byte) (int, error)

func (*NetworkEndPoint_Vlan) MarshalToSizedBuffer

func (m *NetworkEndPoint_Vlan) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkEndPoint_Vlan) ProtoMessage

func (*NetworkEndPoint_Vlan) ProtoMessage()

func (*NetworkEndPoint_Vlan) Reset

func (m *NetworkEndPoint_Vlan) Reset()

func (*NetworkEndPoint_Vlan) Size

func (m *NetworkEndPoint_Vlan) Size() (n int)

func (*NetworkEndPoint_Vlan) String

func (m *NetworkEndPoint_Vlan) String() string

func (*NetworkEndPoint_Vlan) Unmarshal

func (m *NetworkEndPoint_Vlan) Unmarshal(dAtA []byte) error

func (*NetworkEndPoint_Vlan) XXX_DiscardUnknown

func (m *NetworkEndPoint_Vlan) XXX_DiscardUnknown()

func (*NetworkEndPoint_Vlan) XXX_Marshal

func (m *NetworkEndPoint_Vlan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkEndPoint_Vlan) XXX_Merge

func (m *NetworkEndPoint_Vlan) XXX_Merge(src proto.Message)

func (*NetworkEndPoint_Vlan) XXX_Size

func (m *NetworkEndPoint_Vlan) XXX_Size() int

func (*NetworkEndPoint_Vlan) XXX_Unmarshal

func (m *NetworkEndPoint_Vlan) XXX_Unmarshal(b []byte) error

type NetworkEndPoint_VlanAttrs

type NetworkEndPoint_VlanAttrs struct {
	VlanAttrs *NetworkEndPoint_Vlan `protobuf:"bytes,3,opt,name=vlan_attrs,json=vlanAttrs,proto3,oneof" json:"vlan_attrs,omitempty"`
}

func (*NetworkEndPoint_VlanAttrs) MarshalTo

func (m *NetworkEndPoint_VlanAttrs) MarshalTo(dAtA []byte) (int, error)

func (*NetworkEndPoint_VlanAttrs) MarshalToSizedBuffer

func (m *NetworkEndPoint_VlanAttrs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkEndPoint_VlanAttrs) Size

func (m *NetworkEndPoint_VlanAttrs) Size() (n int)

type NetworkEndPoint_Vxlan

type NetworkEndPoint_Vxlan struct {
	VNI                  uint32                  `protobuf:"varint,1,opt,name=vni,proto3" json:"vni,omitempty"`
	Ports                []*NetworkEndPoint_Port `protobuf:"bytes,3,rep,name=ports,proto3" json:"ports,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*NetworkEndPoint_Vxlan) Descriptor

func (*NetworkEndPoint_Vxlan) Descriptor() ([]byte, []int)

func (*NetworkEndPoint_Vxlan) GetPorts

func (*NetworkEndPoint_Vxlan) GetVNI

func (m *NetworkEndPoint_Vxlan) GetVNI() uint32

func (*NetworkEndPoint_Vxlan) Marshal

func (m *NetworkEndPoint_Vxlan) Marshal() (dAtA []byte, err error)

func (*NetworkEndPoint_Vxlan) MarshalTo

func (m *NetworkEndPoint_Vxlan) MarshalTo(dAtA []byte) (int, error)

func (*NetworkEndPoint_Vxlan) MarshalToSizedBuffer

func (m *NetworkEndPoint_Vxlan) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkEndPoint_Vxlan) ProtoMessage

func (*NetworkEndPoint_Vxlan) ProtoMessage()

func (*NetworkEndPoint_Vxlan) Reset

func (m *NetworkEndPoint_Vxlan) Reset()

func (*NetworkEndPoint_Vxlan) Size

func (m *NetworkEndPoint_Vxlan) Size() (n int)

func (*NetworkEndPoint_Vxlan) String

func (m *NetworkEndPoint_Vxlan) String() string

func (*NetworkEndPoint_Vxlan) Unmarshal

func (m *NetworkEndPoint_Vxlan) Unmarshal(dAtA []byte) error

func (*NetworkEndPoint_Vxlan) XXX_DiscardUnknown

func (m *NetworkEndPoint_Vxlan) XXX_DiscardUnknown()

func (*NetworkEndPoint_Vxlan) XXX_Marshal

func (m *NetworkEndPoint_Vxlan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NetworkEndPoint_Vxlan) XXX_Merge

func (m *NetworkEndPoint_Vxlan) XXX_Merge(src proto.Message)

func (*NetworkEndPoint_Vxlan) XXX_Size

func (m *NetworkEndPoint_Vxlan) XXX_Size() int

func (*NetworkEndPoint_Vxlan) XXX_Unmarshal

func (m *NetworkEndPoint_Vxlan) XXX_Unmarshal(b []byte) error

type NetworkEndPoint_VxlanAttrs

type NetworkEndPoint_VxlanAttrs struct {
	VxlanAttrs *NetworkEndPoint_Vxlan `protobuf:"bytes,4,opt,name=vxlan_attrs,json=vxlanAttrs,proto3,oneof" json:"vxlan_attrs,omitempty"`
}

func (*NetworkEndPoint_VxlanAttrs) MarshalTo

func (m *NetworkEndPoint_VxlanAttrs) MarshalTo(dAtA []byte) (int, error)

func (*NetworkEndPoint_VxlanAttrs) MarshalToSizedBuffer

func (m *NetworkEndPoint_VxlanAttrs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkEndPoint_VxlanAttrs) Size

func (m *NetworkEndPoint_VxlanAttrs) Size() (n int)

type TaskInfo

type TaskInfo struct {
	Key       string             `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	State     TaskInfo_TaskState `protobuf:"varint,2,opt,name=state,proto3,enum=kvmrun.api.types.TaskInfo_TaskState" json:"state,omitempty"`
	StateDesc string             `protobuf:"bytes,3,opt,name=state_desc,json=stateDesc,proto3" json:"state_desc,omitempty"`
	Progress  int32              `protobuf:"varint,4,opt,name=progress,proto3" json:"progress,omitempty"`
	// Types that are valid to be assigned to Stat:
	//	*TaskInfo_Migration
	Stat                 isTaskInfo_Stat `protobuf_oneof:"stat"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*TaskInfo) Descriptor

func (*TaskInfo) Descriptor() ([]byte, []int)

func (*TaskInfo) GetKey

func (m *TaskInfo) GetKey() string

func (*TaskInfo) GetMigration

func (m *TaskInfo) GetMigration() *TaskInfo_MigrationInfo

func (*TaskInfo) GetProgress

func (m *TaskInfo) GetProgress() int32

func (*TaskInfo) GetStat

func (m *TaskInfo) GetStat() isTaskInfo_Stat

func (*TaskInfo) GetState

func (m *TaskInfo) GetState() TaskInfo_TaskState

func (*TaskInfo) GetStateDesc

func (m *TaskInfo) GetStateDesc() string

func (*TaskInfo) Marshal

func (m *TaskInfo) Marshal() (dAtA []byte, err error)

func (*TaskInfo) MarshalTo

func (m *TaskInfo) MarshalTo(dAtA []byte) (int, error)

func (*TaskInfo) MarshalToSizedBuffer

func (m *TaskInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TaskInfo) ProtoMessage

func (*TaskInfo) ProtoMessage()

func (*TaskInfo) Reset

func (m *TaskInfo) Reset()

func (*TaskInfo) Size

func (m *TaskInfo) Size() (n int)

func (*TaskInfo) String

func (m *TaskInfo) String() string

func (*TaskInfo) Unmarshal

func (m *TaskInfo) Unmarshal(dAtA []byte) error

func (*TaskInfo) XXX_DiscardUnknown

func (m *TaskInfo) XXX_DiscardUnknown()

func (*TaskInfo) XXX_Marshal

func (m *TaskInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TaskInfo) XXX_Merge

func (m *TaskInfo) XXX_Merge(src proto.Message)

func (*TaskInfo) XXX_OneofWrappers

func (*TaskInfo) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*TaskInfo) XXX_Size

func (m *TaskInfo) XXX_Size() int

func (*TaskInfo) XXX_Unmarshal

func (m *TaskInfo) XXX_Unmarshal(b []byte) error

type TaskInfo_Migration

type TaskInfo_Migration struct {
	Migration *TaskInfo_MigrationInfo `protobuf:"bytes,10,opt,name=migration,proto3,oneof" json:"migration,omitempty"`
}

func (*TaskInfo_Migration) MarshalTo

func (m *TaskInfo_Migration) MarshalTo(dAtA []byte) (int, error)

func (*TaskInfo_Migration) MarshalToSizedBuffer

func (m *TaskInfo_Migration) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TaskInfo_Migration) Size

func (m *TaskInfo_Migration) Size() (n int)

type TaskInfo_MigrationInfo

type TaskInfo_MigrationInfo struct {
	DstServer            string                                  `protobuf:"bytes,1,opt,name=dst_server,json=dstServer,proto3" json:"dst_server,omitempty"`
	Qemu                 *TaskInfo_MigrationInfo_Stat            `protobuf:"bytes,2,opt,name=qemu,proto3" json:"qemu,omitempty"`
	Disks                map[string]*TaskInfo_MigrationInfo_Stat `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*TaskInfo_MigrationInfo) Descriptor

func (*TaskInfo_MigrationInfo) Descriptor() ([]byte, []int)

func (*TaskInfo_MigrationInfo) GetDisks

func (*TaskInfo_MigrationInfo) GetDstServer

func (m *TaskInfo_MigrationInfo) GetDstServer() string

func (*TaskInfo_MigrationInfo) GetQemu

func (*TaskInfo_MigrationInfo) Marshal

func (m *TaskInfo_MigrationInfo) Marshal() (dAtA []byte, err error)

func (*TaskInfo_MigrationInfo) MarshalTo

func (m *TaskInfo_MigrationInfo) MarshalTo(dAtA []byte) (int, error)

func (*TaskInfo_MigrationInfo) MarshalToSizedBuffer

func (m *TaskInfo_MigrationInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TaskInfo_MigrationInfo) ProtoMessage

func (*TaskInfo_MigrationInfo) ProtoMessage()

func (*TaskInfo_MigrationInfo) Reset

func (m *TaskInfo_MigrationInfo) Reset()

func (*TaskInfo_MigrationInfo) Size

func (m *TaskInfo_MigrationInfo) Size() (n int)

func (*TaskInfo_MigrationInfo) String

func (m *TaskInfo_MigrationInfo) String() string

func (*TaskInfo_MigrationInfo) Unmarshal

func (m *TaskInfo_MigrationInfo) Unmarshal(dAtA []byte) error

func (*TaskInfo_MigrationInfo) XXX_DiscardUnknown

func (m *TaskInfo_MigrationInfo) XXX_DiscardUnknown()

func (*TaskInfo_MigrationInfo) XXX_Marshal

func (m *TaskInfo_MigrationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TaskInfo_MigrationInfo) XXX_Merge

func (m *TaskInfo_MigrationInfo) XXX_Merge(src proto.Message)

func (*TaskInfo_MigrationInfo) XXX_Size

func (m *TaskInfo_MigrationInfo) XXX_Size() int

func (*TaskInfo_MigrationInfo) XXX_Unmarshal

func (m *TaskInfo_MigrationInfo) XXX_Unmarshal(b []byte) error

type TaskInfo_MigrationInfo_Stat

type TaskInfo_MigrationInfo_Stat struct {
	Total                uint64   `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Remaining            uint64   `protobuf:"varint,2,opt,name=remaining,proto3" json:"remaining,omitempty"`
	Transferred          uint64   `protobuf:"varint,3,opt,name=transferred,proto3" json:"transferred,omitempty"`
	Progress             int32    `protobuf:"varint,4,opt,name=progress,proto3" json:"progress,omitempty"`
	Speed                int32    `protobuf:"varint,5,opt,name=speed,proto3" json:"speed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TaskInfo_MigrationInfo_Stat) Descriptor

func (*TaskInfo_MigrationInfo_Stat) Descriptor() ([]byte, []int)

func (*TaskInfo_MigrationInfo_Stat) GetProgress

func (m *TaskInfo_MigrationInfo_Stat) GetProgress() int32

func (*TaskInfo_MigrationInfo_Stat) GetRemaining

func (m *TaskInfo_MigrationInfo_Stat) GetRemaining() uint64

func (*TaskInfo_MigrationInfo_Stat) GetSpeed

func (m *TaskInfo_MigrationInfo_Stat) GetSpeed() int32

func (*TaskInfo_MigrationInfo_Stat) GetTotal

func (m *TaskInfo_MigrationInfo_Stat) GetTotal() uint64

func (*TaskInfo_MigrationInfo_Stat) GetTransferred

func (m *TaskInfo_MigrationInfo_Stat) GetTransferred() uint64

func (*TaskInfo_MigrationInfo_Stat) Marshal

func (m *TaskInfo_MigrationInfo_Stat) Marshal() (dAtA []byte, err error)

func (*TaskInfo_MigrationInfo_Stat) MarshalTo

func (m *TaskInfo_MigrationInfo_Stat) MarshalTo(dAtA []byte) (int, error)

func (*TaskInfo_MigrationInfo_Stat) MarshalToSizedBuffer

func (m *TaskInfo_MigrationInfo_Stat) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TaskInfo_MigrationInfo_Stat) ProtoMessage

func (*TaskInfo_MigrationInfo_Stat) ProtoMessage()

func (*TaskInfo_MigrationInfo_Stat) Reset

func (m *TaskInfo_MigrationInfo_Stat) Reset()

func (*TaskInfo_MigrationInfo_Stat) Size

func (m *TaskInfo_MigrationInfo_Stat) Size() (n int)

func (*TaskInfo_MigrationInfo_Stat) String

func (m *TaskInfo_MigrationInfo_Stat) String() string

func (*TaskInfo_MigrationInfo_Stat) Unmarshal

func (m *TaskInfo_MigrationInfo_Stat) Unmarshal(dAtA []byte) error

func (*TaskInfo_MigrationInfo_Stat) XXX_DiscardUnknown

func (m *TaskInfo_MigrationInfo_Stat) XXX_DiscardUnknown()

func (*TaskInfo_MigrationInfo_Stat) XXX_Marshal

func (m *TaskInfo_MigrationInfo_Stat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TaskInfo_MigrationInfo_Stat) XXX_Merge

func (m *TaskInfo_MigrationInfo_Stat) XXX_Merge(src proto.Message)

func (*TaskInfo_MigrationInfo_Stat) XXX_Size

func (m *TaskInfo_MigrationInfo_Stat) XXX_Size() int

func (*TaskInfo_MigrationInfo_Stat) XXX_Unmarshal

func (m *TaskInfo_MigrationInfo_Stat) XXX_Unmarshal(b []byte) error

type TaskInfo_TaskState

type TaskInfo_TaskState int32
const (
	TaskInfo_UNKNOWN   TaskInfo_TaskState = 0
	TaskInfo_RUNNING   TaskInfo_TaskState = 1
	TaskInfo_COMPLETED TaskInfo_TaskState = 2
	TaskInfo_FAILED    TaskInfo_TaskState = 3
)

func (TaskInfo_TaskState) EnumDescriptor

func (TaskInfo_TaskState) EnumDescriptor() ([]byte, []int)

func (TaskInfo_TaskState) String

func (x TaskInfo_TaskState) String() string

type VNCRequisites

type VNCRequisites struct {
	Password             string   `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
	Display              int32    `protobuf:"varint,2,opt,name=display,proto3" json:"display,omitempty"`
	Port                 int32    `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"`
	WSPort               int32    `protobuf:"varint,4,opt,name=ws_port,json=wsPort,proto3" json:"ws_port,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VNCRequisites) Descriptor

func (*VNCRequisites) Descriptor() ([]byte, []int)

func (*VNCRequisites) GetDisplay

func (m *VNCRequisites) GetDisplay() int32

func (*VNCRequisites) GetPassword

func (m *VNCRequisites) GetPassword() string

func (*VNCRequisites) GetPort

func (m *VNCRequisites) GetPort() int32

func (*VNCRequisites) GetWSPort

func (m *VNCRequisites) GetWSPort() int32

func (*VNCRequisites) Marshal

func (m *VNCRequisites) Marshal() (dAtA []byte, err error)

func (*VNCRequisites) MarshalTo

func (m *VNCRequisites) MarshalTo(dAtA []byte) (int, error)

func (*VNCRequisites) MarshalToSizedBuffer

func (m *VNCRequisites) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VNCRequisites) ProtoMessage

func (*VNCRequisites) ProtoMessage()

func (*VNCRequisites) Reset

func (m *VNCRequisites) Reset()

func (*VNCRequisites) Size

func (m *VNCRequisites) Size() (n int)

func (*VNCRequisites) String

func (m *VNCRequisites) String() string

func (*VNCRequisites) Unmarshal

func (m *VNCRequisites) Unmarshal(dAtA []byte) error

func (*VNCRequisites) XXX_DiscardUnknown

func (m *VNCRequisites) XXX_DiscardUnknown()

func (*VNCRequisites) XXX_Marshal

func (m *VNCRequisites) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VNCRequisites) XXX_Merge

func (m *VNCRequisites) XXX_Merge(src proto.Message)

func (*VNCRequisites) XXX_Size

func (m *VNCRequisites) XXX_Size() int

func (*VNCRequisites) XXX_Unmarshal

func (m *VNCRequisites) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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