Documentation ¶
Overview ¶
Package com_HailoOSS_service_provisioning_create is a generated protocol buffer package.
It is generated from these files:
github.com/HailoOSS/provisioning-service/proto/create/create.proto
It has these top-level messages:
Request Response
Index ¶
- type Request
- func (m *Request) GetMachineClass() string
- func (m *Request) GetNoFileHardLimit() uint64
- func (m *Request) GetNoFileSoftLimit() uint64
- func (m *Request) GetServiceName() string
- func (m *Request) GetServiceVersion() uint64
- func (*Request) ProtoMessage()
- func (m *Request) Reset()
- func (m *Request) String() string
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request 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"` NoFileSoftLimit *uint64 `protobuf:"varint,4,opt,name=noFileSoftLimit" json:"noFileSoftLimit,omitempty"` NoFileHardLimit *uint64 `protobuf:"varint,5,opt,name=noFileHardLimit" json:"noFileHardLimit,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) GetMachineClass ¶
func (*Request) GetNoFileHardLimit ¶
func (*Request) GetNoFileSoftLimit ¶
func (*Request) GetServiceName ¶
func (*Request) GetServiceVersion ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.