com_HailoOSS_kernel_provisioning

package
v0.0.0-...-961e39e Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package com_HailoOSS_kernel_provisioning is a generated protocol buffer package.

It is generated from these files:

github.com/HailoOSS/provisioning-service/proto/event.proto

It has these top-level messages:

Event

Package com_HailoOSS_kernel_provisioning is a generated protocol buffer package.

It is generated from these files:

github.com/HailoOSS/provisioning-service/proto/info.proto

It has these top-level messages:

Resource
Service
Machine
Info

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	ServiceName      *string `protobuf:"bytes,1,req,name=serviceName" json:"serviceName,omitempty"`
	ServiceVersion   *uint64 `protobuf:"varint,2,req,name=serviceVersion" json:"serviceVersion,omitempty"`
	MachineClass     *string `protobuf:"bytes,3,req,name=machineClass" json:"machineClass,omitempty"`
	Hostname         *string `protobuf:"bytes,4,req,name=hostname" json:"hostname,omitempty"`
	AzName           *string `protobuf:"bytes,5,req,name=azName" json:"azName,omitempty"`
	Action           *string `protobuf:"bytes,6,req,name=action" json:"action,omitempty"`
	Info             *string `protobuf:"bytes,7,req,name=info" json:"info,omitempty"`
	Timestamp        *int64  `protobuf:"varint,8,req,name=timestamp" json:"timestamp,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Event) GetAction

func (m *Event) GetAction() string

func (*Event) GetAzName

func (m *Event) GetAzName() string

func (*Event) GetHostname

func (m *Event) GetHostname() string

func (*Event) GetInfo

func (m *Event) GetInfo() string

func (*Event) GetMachineClass

func (m *Event) GetMachineClass() string

func (*Event) GetServiceName

func (m *Event) GetServiceName() string

func (*Event) GetServiceVersion

func (m *Event) GetServiceVersion() uint64

func (*Event) GetTimestamp

func (m *Event) GetTimestamp() int64

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) String

func (m *Event) String() string

type Info

type Info struct {
	Id               *string    `protobuf:"bytes,1,req,name=id" json:"id,omitempty"`
	Version          *string    `protobuf:"bytes,2,req,name=version" json:"version,omitempty"`
	Hostname         *string    `protobuf:"bytes,3,req,name=hostname" json:"hostname,omitempty"`
	IpAddress        *string    `protobuf:"bytes,4,req,name=ipAddress" json:"ipAddress,omitempty"`
	AzName           *string    `protobuf:"bytes,5,req,name=azName" json:"azName,omitempty"`
	MachineClass     *string    `protobuf:"bytes,6,req,name=machineClass" json:"machineClass,omitempty"`
	Started          *uint64    `protobuf:"varint,7,req,name=started" json:"started,omitempty"`
	Timestamp        *uint64    `protobuf:"varint,8,req,name=timestamp" json:"timestamp,omitempty"`
	Machine          *Machine   `protobuf:"bytes,9,req,name=machine" json:"machine,omitempty"`
	Processes        []*Service `protobuf:"bytes,10,rep,name=processes" json:"processes,omitempty"`
	Containers       []*Service `protobuf:"bytes,11,rep,name=containers" json:"containers,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func (*Info) GetAzName

func (m *Info) GetAzName() string

func (*Info) GetContainers

func (m *Info) GetContainers() []*Service

func (*Info) GetHostname

func (m *Info) GetHostname() string

func (*Info) GetId

func (m *Info) GetId() string

func (*Info) GetIpAddress

func (m *Info) GetIpAddress() string

func (*Info) GetMachine

func (m *Info) GetMachine() *Machine

func (*Info) GetMachineClass

func (m *Info) GetMachineClass() string

func (*Info) GetProcesses

func (m *Info) GetProcesses() []*Service

func (*Info) GetStarted

func (m *Info) GetStarted() uint64

func (*Info) GetTimestamp

func (m *Info) GetTimestamp() uint64

func (*Info) GetVersion

func (m *Info) GetVersion() string

func (*Info) ProtoMessage

func (*Info) ProtoMessage()

func (*Info) Reset

func (m *Info) Reset()

func (*Info) String

func (m *Info) String() string

type Machine

type Machine struct {
	Cores            *uint64   `protobuf:"varint,1,req,name=cores" json:"cores,omitempty"`
	Memory           *uint64   `protobuf:"varint,2,req,name=memory" json:"memory,omitempty"`
	Disk             *uint64   `protobuf:"varint,3,req,name=disk" json:"disk,omitempty"`
	Usage            *Resource `protobuf:"bytes,4,req,name=usage" json:"usage,omitempty"`
	XXX_unrecognized []byte    `json:"-"`
}

func (*Machine) GetCores

func (m *Machine) GetCores() uint64

func (*Machine) GetDisk

func (m *Machine) GetDisk() uint64

func (*Machine) GetMemory

func (m *Machine) GetMemory() uint64

func (*Machine) GetUsage

func (m *Machine) GetUsage() *Resource

func (*Machine) ProtoMessage

func (*Machine) ProtoMessage()

func (*Machine) Reset

func (m *Machine) Reset()

func (*Machine) String

func (m *Machine) String() string

type Resource

type Resource struct {
	Cpu              *float64 `protobuf:"fixed64,1,opt,name=cpu" json:"cpu,omitempty"`
	Memory           *uint64  `protobuf:"varint,2,opt,name=memory" json:"memory,omitempty"`
	Disk             *uint64  `protobuf:"varint,3,opt,name=disk" json:"disk,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*Resource) GetCpu

func (m *Resource) GetCpu() float64

func (*Resource) GetDisk

func (m *Resource) GetDisk() uint64

func (*Resource) GetMemory

func (m *Resource) GetMemory() uint64

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) Reset

func (m *Resource) Reset()

func (*Resource) String

func (m *Resource) String() string

type Service

type Service struct {
	Name             *string   `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Version          *string   `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
	Usage            *Resource `protobuf:"bytes,3,opt,name=usage" json:"usage,omitempty"`
	Allocation       *Resource `protobuf:"bytes,4,opt,name=allocation" json:"allocation,omitempty"`
	XXX_unrecognized []byte    `json:"-"`
}

func (*Service) GetAllocation

func (m *Service) GetAllocation() *Resource

func (*Service) GetName

func (m *Service) GetName() string

func (*Service) GetUsage

func (m *Service) GetUsage() *Resource

func (*Service) GetVersion

func (m *Service) GetVersion() string

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) Reset

func (m *Service) Reset()

func (*Service) String

func (m *Service) String() string

Directories

Path Synopsis
Package com_HailoOSS_service_provisioning_create is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_create is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_delete is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_delete is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_read is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_read is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_restart is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_restart is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_restartaz is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_restartaz is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_search is a generated protocol buffer package.
Package com_HailoOSS_service_provisioning_search is a generated protocol buffer package.

Jump to

Keyboard shortcuts

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