servicemanager

package
v0.0.0-...-4c73ccb Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 9 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConnectionEnum_name = map[int32]string{
		0: "DISCONNECTED",
		1: "CONNECTED",
	}
	ConnectionEnum_value = map[string]int32{
		"DISCONNECTED": 0,
		"CONNECTED":    1,
	}
)

Enum value maps for ConnectionEnum.

View Source
var File_servicemanager_v3_servicemanager_proto protoreflect.FileDescriptor
View Source
var SMService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "servicemanager.v3.SMService",
	HandlerType: (*SMServiceServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "RegisterSM",
			Handler:       _SMService_RegisterSM_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
	},
	Metadata: "servicemanager/v3/servicemanager.proto",
}

SMService_ServiceDesc is the grpc.ServiceDesc for SMService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterSMServiceServer

func RegisterSMServiceServer(s grpc.ServiceRegistrar, srv SMServiceServer)

Types

type Alert

type Alert struct {
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Tag       string                 `protobuf:"bytes,2,opt,name=tag,proto3" json:"tag,omitempty"`
	// Types that are assignable to Payload:
	//
	//	*Alert_SystemQuotaAlert
	//	*Alert_InstanceQuotaAlert
	//	*Alert_ResourceValidateAlert
	//	*Alert_DeviceAllocateAlert
	//	*Alert_SystemAlert
	//	*Alert_CoreAlert
	//	*Alert_InstanceAlert
	Payload isAlert_Payload `protobuf_oneof:"Payload"`
	// contains filtered or unexported fields
}

func (*Alert) Descriptor deprecated

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

Deprecated: Use Alert.ProtoReflect.Descriptor instead.

func (*Alert) GetCoreAlert

func (x *Alert) GetCoreAlert() *CoreAlert

func (*Alert) GetDeviceAllocateAlert

func (x *Alert) GetDeviceAllocateAlert() *DeviceAllocateAlert

func (*Alert) GetInstanceAlert

func (x *Alert) GetInstanceAlert() *InstanceAlert

func (*Alert) GetInstanceQuotaAlert

func (x *Alert) GetInstanceQuotaAlert() *InstanceQuotaAlert

func (*Alert) GetPayload

func (m *Alert) GetPayload() isAlert_Payload

func (*Alert) GetResourceValidateAlert

func (x *Alert) GetResourceValidateAlert() *ResourceValidateAlert

func (*Alert) GetSystemAlert

func (x *Alert) GetSystemAlert() *SystemAlert

func (*Alert) GetSystemQuotaAlert

func (x *Alert) GetSystemQuotaAlert() *SystemQuotaAlert

func (*Alert) GetTag

func (x *Alert) GetTag() string

func (*Alert) GetTimestamp

func (x *Alert) GetTimestamp() *timestamppb.Timestamp

func (*Alert) ProtoMessage

func (*Alert) ProtoMessage()

func (*Alert) ProtoReflect

func (x *Alert) ProtoReflect() protoreflect.Message

func (*Alert) Reset

func (x *Alert) Reset()

func (*Alert) String

func (x *Alert) String() string

type Alert_CoreAlert

type Alert_CoreAlert struct {
	CoreAlert *CoreAlert `protobuf:"bytes,8,opt,name=core_alert,json=coreAlert,proto3,oneof"`
}

type Alert_DeviceAllocateAlert

type Alert_DeviceAllocateAlert struct {
	DeviceAllocateAlert *DeviceAllocateAlert `protobuf:"bytes,6,opt,name=device_allocate_alert,json=deviceAllocateAlert,proto3,oneof"`
}

type Alert_InstanceAlert

type Alert_InstanceAlert struct {
	InstanceAlert *InstanceAlert `protobuf:"bytes,9,opt,name=instance_alert,json=instanceAlert,proto3,oneof"`
}

type Alert_InstanceQuotaAlert

type Alert_InstanceQuotaAlert struct {
	InstanceQuotaAlert *InstanceQuotaAlert `protobuf:"bytes,4,opt,name=instance_quota_alert,json=instanceQuotaAlert,proto3,oneof"`
}

type Alert_ResourceValidateAlert

type Alert_ResourceValidateAlert struct {
	ResourceValidateAlert *ResourceValidateAlert `protobuf:"bytes,5,opt,name=resource_validate_alert,json=resourceValidateAlert,proto3,oneof"`
}

type Alert_SystemAlert

type Alert_SystemAlert struct {
	SystemAlert *SystemAlert `protobuf:"bytes,7,opt,name=system_alert,json=systemAlert,proto3,oneof"`
}

type Alert_SystemQuotaAlert

type Alert_SystemQuotaAlert struct {
	SystemQuotaAlert *SystemQuotaAlert `protobuf:"bytes,3,opt,name=system_quota_alert,json=systemQuotaAlert,proto3,oneof"`
}

type CheckUnitConfig

type CheckUnitConfig struct {
	UnitConfig    string `protobuf:"bytes,1,opt,name=unit_config,json=unitConfig,proto3" json:"unit_config,omitempty"`
	VendorVersion string `protobuf:"bytes,2,opt,name=vendor_version,json=vendorVersion,proto3" json:"vendor_version,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckUnitConfig) Descriptor deprecated

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

Deprecated: Use CheckUnitConfig.ProtoReflect.Descriptor instead.

func (*CheckUnitConfig) GetUnitConfig

func (x *CheckUnitConfig) GetUnitConfig() string

func (*CheckUnitConfig) GetVendorVersion

func (x *CheckUnitConfig) GetVendorVersion() string

func (*CheckUnitConfig) ProtoMessage

func (*CheckUnitConfig) ProtoMessage()

func (*CheckUnitConfig) ProtoReflect

func (x *CheckUnitConfig) ProtoReflect() protoreflect.Message

func (*CheckUnitConfig) Reset

func (x *CheckUnitConfig) Reset()

func (*CheckUnitConfig) String

func (x *CheckUnitConfig) String() string

type ClockSync

type ClockSync struct {
	CurrentTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=current_time,json=currentTime,proto3" json:"current_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ClockSync) Descriptor deprecated

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

Deprecated: Use ClockSync.ProtoReflect.Descriptor instead.

func (*ClockSync) GetCurrentTime

func (x *ClockSync) GetCurrentTime() *timestamppb.Timestamp

func (*ClockSync) ProtoMessage

func (*ClockSync) ProtoMessage()

func (*ClockSync) ProtoReflect

func (x *ClockSync) ProtoReflect() protoreflect.Message

func (*ClockSync) Reset

func (x *ClockSync) Reset()

func (*ClockSync) String

func (x *ClockSync) String() string

type ClockSyncRequest

type ClockSyncRequest struct {
	// contains filtered or unexported fields
}

func (*ClockSyncRequest) Descriptor deprecated

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

Deprecated: Use ClockSyncRequest.ProtoReflect.Descriptor instead.

func (*ClockSyncRequest) ProtoMessage

func (*ClockSyncRequest) ProtoMessage()

func (*ClockSyncRequest) ProtoReflect

func (x *ClockSyncRequest) ProtoReflect() protoreflect.Message

func (*ClockSyncRequest) Reset

func (x *ClockSyncRequest) Reset()

func (*ClockSyncRequest) String

func (x *ClockSyncRequest) String() string

type ConnectionEnum

type ConnectionEnum int32
const (
	ConnectionEnum_DISCONNECTED ConnectionEnum = 0
	ConnectionEnum_CONNECTED    ConnectionEnum = 1
)

func (ConnectionEnum) Descriptor

func (ConnectionEnum) Enum

func (x ConnectionEnum) Enum() *ConnectionEnum

func (ConnectionEnum) EnumDescriptor deprecated

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

Deprecated: Use ConnectionEnum.Descriptor instead.

func (ConnectionEnum) Number

func (ConnectionEnum) String

func (x ConnectionEnum) String() string

func (ConnectionEnum) Type

type ConnectionStatus

type ConnectionStatus struct {
	CloudStatus ConnectionEnum `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConnectionStatus) Descriptor deprecated

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

Deprecated: Use ConnectionStatus.ProtoReflect.Descriptor instead.

func (*ConnectionStatus) GetCloudStatus

func (x *ConnectionStatus) GetCloudStatus() ConnectionEnum

func (*ConnectionStatus) ProtoMessage

func (*ConnectionStatus) ProtoMessage()

func (*ConnectionStatus) ProtoReflect

func (x *ConnectionStatus) ProtoReflect() protoreflect.Message

func (*ConnectionStatus) Reset

func (x *ConnectionStatus) Reset()

func (*ConnectionStatus) String

func (x *ConnectionStatus) String() string

type CoreAlert

type CoreAlert struct {
	CoreComponent string `protobuf:"bytes,1,opt,name=core_component,json=coreComponent,proto3" json:"core_component,omitempty"`
	Message       string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*CoreAlert) Descriptor deprecated

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

Deprecated: Use CoreAlert.ProtoReflect.Descriptor instead.

func (*CoreAlert) GetCoreComponent

func (x *CoreAlert) GetCoreComponent() string

func (*CoreAlert) GetMessage

func (x *CoreAlert) GetMessage() string

func (*CoreAlert) ProtoMessage

func (*CoreAlert) ProtoMessage()

func (*CoreAlert) ProtoReflect

func (x *CoreAlert) ProtoReflect() protoreflect.Message

func (*CoreAlert) Reset

func (x *CoreAlert) Reset()

func (*CoreAlert) String

func (x *CoreAlert) String() string

type DeviceAllocateAlert

type DeviceAllocateAlert struct {
	Instance *InstanceIdent `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	Device   string         `protobuf:"bytes,2,opt,name=device,proto3" json:"device,omitempty"`
	Message  string         `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceAllocateAlert) Descriptor deprecated

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

Deprecated: Use DeviceAllocateAlert.ProtoReflect.Descriptor instead.

func (*DeviceAllocateAlert) GetDevice

func (x *DeviceAllocateAlert) GetDevice() string

func (*DeviceAllocateAlert) GetInstance

func (x *DeviceAllocateAlert) GetInstance() *InstanceIdent

func (*DeviceAllocateAlert) GetMessage

func (x *DeviceAllocateAlert) GetMessage() string

func (*DeviceAllocateAlert) ProtoMessage

func (*DeviceAllocateAlert) ProtoMessage()

func (*DeviceAllocateAlert) ProtoReflect

func (x *DeviceAllocateAlert) ProtoReflect() protoreflect.Message

func (*DeviceAllocateAlert) Reset

func (x *DeviceAllocateAlert) Reset()

func (*DeviceAllocateAlert) String

func (x *DeviceAllocateAlert) String() string

type EnvVarInfo

type EnvVarInfo struct {
	VarId    string                 `protobuf:"bytes,1,opt,name=var_id,json=varId,proto3" json:"var_id,omitempty"`
	Variable string                 `protobuf:"bytes,2,opt,name=variable,proto3" json:"variable,omitempty"`
	Ttl      *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvVarInfo) Descriptor deprecated

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

Deprecated: Use EnvVarInfo.ProtoReflect.Descriptor instead.

func (*EnvVarInfo) GetTtl

func (x *EnvVarInfo) GetTtl() *timestamppb.Timestamp

func (*EnvVarInfo) GetVarId

func (x *EnvVarInfo) GetVarId() string

func (*EnvVarInfo) GetVariable

func (x *EnvVarInfo) GetVariable() string

func (*EnvVarInfo) ProtoMessage

func (*EnvVarInfo) ProtoMessage()

func (*EnvVarInfo) ProtoReflect

func (x *EnvVarInfo) ProtoReflect() protoreflect.Message

func (*EnvVarInfo) Reset

func (x *EnvVarInfo) Reset()

func (*EnvVarInfo) String

func (x *EnvVarInfo) String() string

type EnvVarInstanceStatus

type EnvVarInstanceStatus struct {
	Instance   *InstanceIdent  `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	VarsStatus []*EnvVarStatus `protobuf:"bytes,2,rep,name=vars_status,json=varsStatus,proto3" json:"vars_status,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvVarInstanceStatus) Descriptor deprecated

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

Deprecated: Use EnvVarInstanceStatus.ProtoReflect.Descriptor instead.

func (*EnvVarInstanceStatus) GetInstance

func (x *EnvVarInstanceStatus) GetInstance() *InstanceIdent

func (*EnvVarInstanceStatus) GetVarsStatus

func (x *EnvVarInstanceStatus) GetVarsStatus() []*EnvVarStatus

func (*EnvVarInstanceStatus) ProtoMessage

func (*EnvVarInstanceStatus) ProtoMessage()

func (*EnvVarInstanceStatus) ProtoReflect

func (x *EnvVarInstanceStatus) ProtoReflect() protoreflect.Message

func (*EnvVarInstanceStatus) Reset

func (x *EnvVarInstanceStatus) Reset()

func (*EnvVarInstanceStatus) String

func (x *EnvVarInstanceStatus) String() string

type EnvVarStatus

type EnvVarStatus struct {
	VarId string `protobuf:"bytes,1,opt,name=var_id,json=varId,proto3" json:"var_id,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvVarStatus) Descriptor deprecated

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

Deprecated: Use EnvVarStatus.ProtoReflect.Descriptor instead.

func (*EnvVarStatus) GetError

func (x *EnvVarStatus) GetError() string

func (*EnvVarStatus) GetVarId

func (x *EnvVarStatus) GetVarId() string

func (*EnvVarStatus) ProtoMessage

func (*EnvVarStatus) ProtoMessage()

func (*EnvVarStatus) ProtoReflect

func (x *EnvVarStatus) ProtoReflect() protoreflect.Message

func (*EnvVarStatus) Reset

func (x *EnvVarStatus) Reset()

func (*EnvVarStatus) String

func (x *EnvVarStatus) String() string

type ErrorInfo

type ErrorInfo struct {
	AosCode  int32  `protobuf:"varint,1,opt,name=aos_code,json=aosCode,proto3" json:"aos_code,omitempty"`
	ExitCode int32  `protobuf:"varint,2,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	Message  string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ErrorInfo) Descriptor deprecated

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

Deprecated: Use ErrorInfo.ProtoReflect.Descriptor instead.

func (*ErrorInfo) GetAosCode

func (x *ErrorInfo) GetAosCode() int32

func (*ErrorInfo) GetExitCode

func (x *ErrorInfo) GetExitCode() int32

func (*ErrorInfo) GetMessage

func (x *ErrorInfo) GetMessage() string

func (*ErrorInfo) ProtoMessage

func (*ErrorInfo) ProtoMessage()

func (*ErrorInfo) ProtoReflect

func (x *ErrorInfo) ProtoReflect() protoreflect.Message

func (*ErrorInfo) Reset

func (x *ErrorInfo) Reset()

func (*ErrorInfo) String

func (x *ErrorInfo) String() string

type FirewallRule

type FirewallRule struct {
	DstIp   string `protobuf:"bytes,1,opt,name=dst_ip,json=dstIp,proto3" json:"dst_ip,omitempty"`
	DstPort string `protobuf:"bytes,2,opt,name=dst_port,json=dstPort,proto3" json:"dst_port,omitempty"`
	Proto   string `protobuf:"bytes,3,opt,name=proto,proto3" json:"proto,omitempty"`
	SrcIp   string `protobuf:"bytes,4,opt,name=src_ip,json=srcIp,proto3" json:"src_ip,omitempty"`
	// contains filtered or unexported fields
}

func (*FirewallRule) Descriptor deprecated

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

Deprecated: Use FirewallRule.ProtoReflect.Descriptor instead.

func (*FirewallRule) GetDstIp

func (x *FirewallRule) GetDstIp() string

func (*FirewallRule) GetDstPort

func (x *FirewallRule) GetDstPort() string

func (*FirewallRule) GetProto

func (x *FirewallRule) GetProto() string

func (*FirewallRule) GetSrcIp

func (x *FirewallRule) GetSrcIp() string

func (*FirewallRule) ProtoMessage

func (*FirewallRule) ProtoMessage()

func (*FirewallRule) ProtoReflect

func (x *FirewallRule) ProtoReflect() protoreflect.Message

func (*FirewallRule) Reset

func (x *FirewallRule) Reset()

func (*FirewallRule) String

func (x *FirewallRule) String() string

type GetNodeMonitoring

type GetNodeMonitoring struct {
	// contains filtered or unexported fields
}

func (*GetNodeMonitoring) Descriptor deprecated

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

Deprecated: Use GetNodeMonitoring.ProtoReflect.Descriptor instead.

func (*GetNodeMonitoring) ProtoMessage

func (*GetNodeMonitoring) ProtoMessage()

func (*GetNodeMonitoring) ProtoReflect

func (x *GetNodeMonitoring) ProtoReflect() protoreflect.Message

func (*GetNodeMonitoring) Reset

func (x *GetNodeMonitoring) Reset()

func (*GetNodeMonitoring) String

func (x *GetNodeMonitoring) String() string

type GetUnitConfigStatus

type GetUnitConfigStatus struct {
	// contains filtered or unexported fields
}

func (*GetUnitConfigStatus) Descriptor deprecated

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

Deprecated: Use GetUnitConfigStatus.ProtoReflect.Descriptor instead.

func (*GetUnitConfigStatus) ProtoMessage

func (*GetUnitConfigStatus) ProtoMessage()

func (*GetUnitConfigStatus) ProtoReflect

func (x *GetUnitConfigStatus) ProtoReflect() protoreflect.Message

func (*GetUnitConfigStatus) Reset

func (x *GetUnitConfigStatus) Reset()

func (*GetUnitConfigStatus) String

func (x *GetUnitConfigStatus) String() string

type ImageContent

type ImageContent struct {
	RequestId    uint64 `protobuf:"varint,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	RelativePath string `protobuf:"bytes,2,opt,name=relative_path,json=relativePath,proto3" json:"relative_path,omitempty"`
	PartsCount   uint64 `protobuf:"varint,3,opt,name=parts_count,json=partsCount,proto3" json:"parts_count,omitempty"`
	Part         uint64 `protobuf:"varint,4,opt,name=part,proto3" json:"part,omitempty"`
	Data         []byte `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageContent) Descriptor deprecated

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

Deprecated: Use ImageContent.ProtoReflect.Descriptor instead.

func (*ImageContent) GetData

func (x *ImageContent) GetData() []byte

func (*ImageContent) GetPart

func (x *ImageContent) GetPart() uint64

func (*ImageContent) GetPartsCount

func (x *ImageContent) GetPartsCount() uint64

func (*ImageContent) GetRelativePath

func (x *ImageContent) GetRelativePath() string

func (*ImageContent) GetRequestId

func (x *ImageContent) GetRequestId() uint64

func (*ImageContent) ProtoMessage

func (*ImageContent) ProtoMessage()

func (*ImageContent) ProtoReflect

func (x *ImageContent) ProtoReflect() protoreflect.Message

func (*ImageContent) Reset

func (x *ImageContent) Reset()

func (*ImageContent) String

func (x *ImageContent) String() string

type ImageContentInfo

type ImageContentInfo struct {
	RequestId  uint64       `protobuf:"varint,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	ImageFiles []*ImageFile `protobuf:"bytes,2,rep,name=image_files,json=imageFiles,proto3" json:"image_files,omitempty"`
	Error      string       `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageContentInfo) Descriptor deprecated

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

Deprecated: Use ImageContentInfo.ProtoReflect.Descriptor instead.

func (*ImageContentInfo) GetError

func (x *ImageContentInfo) GetError() string

func (*ImageContentInfo) GetImageFiles

func (x *ImageContentInfo) GetImageFiles() []*ImageFile

func (*ImageContentInfo) GetRequestId

func (x *ImageContentInfo) GetRequestId() uint64

func (*ImageContentInfo) ProtoMessage

func (*ImageContentInfo) ProtoMessage()

func (*ImageContentInfo) ProtoReflect

func (x *ImageContentInfo) ProtoReflect() protoreflect.Message

func (*ImageContentInfo) Reset

func (x *ImageContentInfo) Reset()

func (*ImageContentInfo) String

func (x *ImageContentInfo) String() string

type ImageContentRequest

type ImageContentRequest struct {
	Url         string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	RequestId   uint64 `protobuf:"varint,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	ContentType string `protobuf:"bytes,3,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageContentRequest) Descriptor deprecated

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

Deprecated: Use ImageContentRequest.ProtoReflect.Descriptor instead.

func (*ImageContentRequest) GetContentType

func (x *ImageContentRequest) GetContentType() string

func (*ImageContentRequest) GetRequestId

func (x *ImageContentRequest) GetRequestId() uint64

func (*ImageContentRequest) GetUrl

func (x *ImageContentRequest) GetUrl() string

func (*ImageContentRequest) ProtoMessage

func (*ImageContentRequest) ProtoMessage()

func (*ImageContentRequest) ProtoReflect

func (x *ImageContentRequest) ProtoReflect() protoreflect.Message

func (*ImageContentRequest) Reset

func (x *ImageContentRequest) Reset()

func (*ImageContentRequest) String

func (x *ImageContentRequest) String() string

type ImageFile

type ImageFile struct {
	RelativePath string `protobuf:"bytes,1,opt,name=relative_path,json=relativePath,proto3" json:"relative_path,omitempty"`
	Sha256       []byte `protobuf:"bytes,2,opt,name=sha256,proto3" json:"sha256,omitempty"`
	Size         uint64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageFile) Descriptor deprecated

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

Deprecated: Use ImageFile.ProtoReflect.Descriptor instead.

func (*ImageFile) GetRelativePath

func (x *ImageFile) GetRelativePath() string

func (*ImageFile) GetSha256

func (x *ImageFile) GetSha256() []byte

func (*ImageFile) GetSize

func (x *ImageFile) GetSize() uint64

func (*ImageFile) ProtoMessage

func (*ImageFile) ProtoMessage()

func (*ImageFile) ProtoReflect

func (x *ImageFile) ProtoReflect() protoreflect.Message

func (*ImageFile) Reset

func (x *ImageFile) Reset()

func (*ImageFile) String

func (x *ImageFile) String() string

type InstanceAlert

type InstanceAlert struct {
	Instance   *InstanceIdent `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	AosVersion uint64         `protobuf:"varint,2,opt,name=aos_version,json=aosVersion,proto3" json:"aos_version,omitempty"`
	Message    string         `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceAlert) Descriptor deprecated

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

Deprecated: Use InstanceAlert.ProtoReflect.Descriptor instead.

func (*InstanceAlert) GetAosVersion

func (x *InstanceAlert) GetAosVersion() uint64

func (*InstanceAlert) GetInstance

func (x *InstanceAlert) GetInstance() *InstanceIdent

func (*InstanceAlert) GetMessage

func (x *InstanceAlert) GetMessage() string

func (*InstanceAlert) ProtoMessage

func (*InstanceAlert) ProtoMessage()

func (*InstanceAlert) ProtoReflect

func (x *InstanceAlert) ProtoReflect() protoreflect.Message

func (*InstanceAlert) Reset

func (x *InstanceAlert) Reset()

func (*InstanceAlert) String

func (x *InstanceAlert) String() string

type InstanceCrashLogRequest

type InstanceCrashLogRequest struct {
	LogId    string                 `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	Instance *InstanceIdent         `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"`
	From     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty"`
	Till     *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=till,proto3" json:"till,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceCrashLogRequest) Descriptor deprecated

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

Deprecated: Use InstanceCrashLogRequest.ProtoReflect.Descriptor instead.

func (*InstanceCrashLogRequest) GetFrom

func (*InstanceCrashLogRequest) GetInstance

func (x *InstanceCrashLogRequest) GetInstance() *InstanceIdent

func (*InstanceCrashLogRequest) GetLogId

func (x *InstanceCrashLogRequest) GetLogId() string

func (*InstanceCrashLogRequest) GetTill

func (*InstanceCrashLogRequest) ProtoMessage

func (*InstanceCrashLogRequest) ProtoMessage()

func (*InstanceCrashLogRequest) ProtoReflect

func (x *InstanceCrashLogRequest) ProtoReflect() protoreflect.Message

func (*InstanceCrashLogRequest) Reset

func (x *InstanceCrashLogRequest) Reset()

func (*InstanceCrashLogRequest) String

func (x *InstanceCrashLogRequest) String() string

type InstanceIdent

type InstanceIdent struct {
	ServiceId string `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	SubjectId string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"`
	Instance  int64  `protobuf:"varint,3,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceIdent) Descriptor deprecated

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

Deprecated: Use InstanceIdent.ProtoReflect.Descriptor instead.

func (*InstanceIdent) GetInstance

func (x *InstanceIdent) GetInstance() int64

func (*InstanceIdent) GetServiceId

func (x *InstanceIdent) GetServiceId() string

func (*InstanceIdent) GetSubjectId

func (x *InstanceIdent) GetSubjectId() string

func (*InstanceIdent) ProtoMessage

func (*InstanceIdent) ProtoMessage()

func (*InstanceIdent) ProtoReflect

func (x *InstanceIdent) ProtoReflect() protoreflect.Message

func (*InstanceIdent) Reset

func (x *InstanceIdent) Reset()

func (*InstanceIdent) String

func (x *InstanceIdent) String() string

type InstanceInfo

type InstanceInfo struct {
	Instance          *InstanceIdent     `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	Uid               uint32             `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Priority          uint64             `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	StoragePath       string             `protobuf:"bytes,4,opt,name=storage_path,json=storagePath,proto3" json:"storage_path,omitempty"`
	StatePath         string             `protobuf:"bytes,5,opt,name=state_path,json=statePath,proto3" json:"state_path,omitempty"`
	NetworkParameters *NetworkParameters `protobuf:"bytes,6,opt,name=network_parameters,json=networkParameters,proto3" json:"network_parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceInfo) Descriptor deprecated

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

Deprecated: Use InstanceInfo.ProtoReflect.Descriptor instead.

func (*InstanceInfo) GetInstance

func (x *InstanceInfo) GetInstance() *InstanceIdent

func (*InstanceInfo) GetNetworkParameters

func (x *InstanceInfo) GetNetworkParameters() *NetworkParameters

func (*InstanceInfo) GetPriority

func (x *InstanceInfo) GetPriority() uint64

func (*InstanceInfo) GetStatePath

func (x *InstanceInfo) GetStatePath() string

func (*InstanceInfo) GetStoragePath

func (x *InstanceInfo) GetStoragePath() string

func (*InstanceInfo) GetUid

func (x *InstanceInfo) GetUid() uint32

func (*InstanceInfo) ProtoMessage

func (*InstanceInfo) ProtoMessage()

func (*InstanceInfo) ProtoReflect

func (x *InstanceInfo) ProtoReflect() protoreflect.Message

func (*InstanceInfo) Reset

func (x *InstanceInfo) Reset()

func (*InstanceInfo) String

func (x *InstanceInfo) String() string

type InstanceLogRequest

type InstanceLogRequest struct {
	LogId    string                 `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	Instance *InstanceIdent         `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance,omitempty"`
	From     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty"`
	Till     *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=till,proto3" json:"till,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceLogRequest) Descriptor deprecated

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

Deprecated: Use InstanceLogRequest.ProtoReflect.Descriptor instead.

func (*InstanceLogRequest) GetFrom

func (*InstanceLogRequest) GetInstance

func (x *InstanceLogRequest) GetInstance() *InstanceIdent

func (*InstanceLogRequest) GetLogId

func (x *InstanceLogRequest) GetLogId() string

func (*InstanceLogRequest) GetTill

func (*InstanceLogRequest) ProtoMessage

func (*InstanceLogRequest) ProtoMessage()

func (*InstanceLogRequest) ProtoReflect

func (x *InstanceLogRequest) ProtoReflect() protoreflect.Message

func (*InstanceLogRequest) Reset

func (x *InstanceLogRequest) Reset()

func (*InstanceLogRequest) String

func (x *InstanceLogRequest) String() string

type InstanceMonitoring

type InstanceMonitoring struct {
	Instance       *InstanceIdent  `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	MonitoringData *MonitoringData `protobuf:"bytes,2,opt,name=monitoring_data,json=monitoringData,proto3" json:"monitoring_data,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceMonitoring) Descriptor deprecated

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

Deprecated: Use InstanceMonitoring.ProtoReflect.Descriptor instead.

func (*InstanceMonitoring) GetInstance

func (x *InstanceMonitoring) GetInstance() *InstanceIdent

func (*InstanceMonitoring) GetMonitoringData

func (x *InstanceMonitoring) GetMonitoringData() *MonitoringData

func (*InstanceMonitoring) ProtoMessage

func (*InstanceMonitoring) ProtoMessage()

func (*InstanceMonitoring) ProtoReflect

func (x *InstanceMonitoring) ProtoReflect() protoreflect.Message

func (*InstanceMonitoring) Reset

func (x *InstanceMonitoring) Reset()

func (*InstanceMonitoring) String

func (x *InstanceMonitoring) String() string

type InstanceQuotaAlert

type InstanceQuotaAlert struct {
	Instance  *InstanceIdent `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	Parameter string         `protobuf:"bytes,2,opt,name=parameter,proto3" json:"parameter,omitempty"`
	Value     uint64         `protobuf:"varint,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceQuotaAlert) Descriptor deprecated

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

Deprecated: Use InstanceQuotaAlert.ProtoReflect.Descriptor instead.

func (*InstanceQuotaAlert) GetInstance

func (x *InstanceQuotaAlert) GetInstance() *InstanceIdent

func (*InstanceQuotaAlert) GetParameter

func (x *InstanceQuotaAlert) GetParameter() string

func (*InstanceQuotaAlert) GetValue

func (x *InstanceQuotaAlert) GetValue() uint64

func (*InstanceQuotaAlert) ProtoMessage

func (*InstanceQuotaAlert) ProtoMessage()

func (*InstanceQuotaAlert) ProtoReflect

func (x *InstanceQuotaAlert) ProtoReflect() protoreflect.Message

func (*InstanceQuotaAlert) Reset

func (x *InstanceQuotaAlert) Reset()

func (*InstanceQuotaAlert) String

func (x *InstanceQuotaAlert) String() string

type InstanceStatus

type InstanceStatus struct {
	Instance   *InstanceIdent `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	AosVersion uint64         `protobuf:"varint,2,opt,name=aos_version,json=aosVersion,proto3" json:"aos_version,omitempty"`
	RunState   string         `protobuf:"bytes,3,opt,name=run_state,json=runState,proto3" json:"run_state,omitempty"`
	ErrorInfo  *ErrorInfo     `protobuf:"bytes,4,opt,name=error_info,json=errorInfo,proto3" json:"error_info,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceStatus) Descriptor deprecated

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

Deprecated: Use InstanceStatus.ProtoReflect.Descriptor instead.

func (*InstanceStatus) GetAosVersion

func (x *InstanceStatus) GetAosVersion() uint64

func (*InstanceStatus) GetErrorInfo

func (x *InstanceStatus) GetErrorInfo() *ErrorInfo

func (*InstanceStatus) GetInstance

func (x *InstanceStatus) GetInstance() *InstanceIdent

func (*InstanceStatus) GetRunState

func (x *InstanceStatus) GetRunState() string

func (*InstanceStatus) ProtoMessage

func (*InstanceStatus) ProtoMessage()

func (*InstanceStatus) ProtoReflect

func (x *InstanceStatus) ProtoReflect() protoreflect.Message

func (*InstanceStatus) Reset

func (x *InstanceStatus) Reset()

func (*InstanceStatus) String

func (x *InstanceStatus) String() string

type LayerInfo

type LayerInfo struct {
	VersionInfo *VersionInfo `protobuf:"bytes,1,opt,name=version_info,json=versionInfo,proto3" json:"version_info,omitempty"`
	Url         string       `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	LayerId     string       `protobuf:"bytes,3,opt,name=layer_id,json=layerId,proto3" json:"layer_id,omitempty"`
	Digest      string       `protobuf:"bytes,4,opt,name=digest,proto3" json:"digest,omitempty"`
	Sha256      []byte       `protobuf:"bytes,5,opt,name=sha256,proto3" json:"sha256,omitempty"`
	Sha512      []byte       `protobuf:"bytes,6,opt,name=sha512,proto3" json:"sha512,omitempty"`
	Size        uint64       `protobuf:"varint,7,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*LayerInfo) Descriptor deprecated

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

Deprecated: Use LayerInfo.ProtoReflect.Descriptor instead.

func (*LayerInfo) GetDigest

func (x *LayerInfo) GetDigest() string

func (*LayerInfo) GetLayerId

func (x *LayerInfo) GetLayerId() string

func (*LayerInfo) GetSha256

func (x *LayerInfo) GetSha256() []byte

func (*LayerInfo) GetSha512

func (x *LayerInfo) GetSha512() []byte

func (*LayerInfo) GetSize

func (x *LayerInfo) GetSize() uint64

func (*LayerInfo) GetUrl

func (x *LayerInfo) GetUrl() string

func (*LayerInfo) GetVersionInfo

func (x *LayerInfo) GetVersionInfo() *VersionInfo

func (*LayerInfo) ProtoMessage

func (*LayerInfo) ProtoMessage()

func (*LayerInfo) ProtoReflect

func (x *LayerInfo) ProtoReflect() protoreflect.Message

func (*LayerInfo) Reset

func (x *LayerInfo) Reset()

func (*LayerInfo) String

func (x *LayerInfo) String() string

type LogData

type LogData struct {
	LogId     string `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	PartCount uint64 `protobuf:"varint,2,opt,name=part_count,json=partCount,proto3" json:"part_count,omitempty"`
	Part      uint64 `protobuf:"varint,3,opt,name=part,proto3" json:"part,omitempty"`
	Data      []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	Error     string `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*LogData) Descriptor deprecated

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

Deprecated: Use LogData.ProtoReflect.Descriptor instead.

func (*LogData) GetData

func (x *LogData) GetData() []byte

func (*LogData) GetError

func (x *LogData) GetError() string

func (*LogData) GetLogId

func (x *LogData) GetLogId() string

func (*LogData) GetPart

func (x *LogData) GetPart() uint64

func (*LogData) GetPartCount

func (x *LogData) GetPartCount() uint64

func (*LogData) ProtoMessage

func (*LogData) ProtoMessage()

func (*LogData) ProtoReflect

func (x *LogData) ProtoReflect() protoreflect.Message

func (*LogData) Reset

func (x *LogData) Reset()

func (*LogData) String

func (x *LogData) String() string

type MonitoringData

type MonitoringData struct {
	Ram        uint64            `protobuf:"varint,1,opt,name=ram,proto3" json:"ram,omitempty"`
	Cpu        uint64            `protobuf:"varint,2,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Disk       []*PartitionUsage `protobuf:"bytes,3,rep,name=disk,proto3" json:"disk,omitempty"`
	InTraffic  uint64            `protobuf:"varint,4,opt,name=in_traffic,json=inTraffic,proto3" json:"in_traffic,omitempty"`
	OutTraffic uint64            `protobuf:"varint,5,opt,name=out_traffic,json=outTraffic,proto3" json:"out_traffic,omitempty"`
	// contains filtered or unexported fields
}

func (*MonitoringData) Descriptor deprecated

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

Deprecated: Use MonitoringData.ProtoReflect.Descriptor instead.

func (*MonitoringData) GetCpu

func (x *MonitoringData) GetCpu() uint64

func (*MonitoringData) GetDisk

func (x *MonitoringData) GetDisk() []*PartitionUsage

func (*MonitoringData) GetInTraffic

func (x *MonitoringData) GetInTraffic() uint64

func (*MonitoringData) GetOutTraffic

func (x *MonitoringData) GetOutTraffic() uint64

func (*MonitoringData) GetRam

func (x *MonitoringData) GetRam() uint64

func (*MonitoringData) ProtoMessage

func (*MonitoringData) ProtoMessage()

func (*MonitoringData) ProtoReflect

func (x *MonitoringData) ProtoReflect() protoreflect.Message

func (*MonitoringData) Reset

func (x *MonitoringData) Reset()

func (*MonitoringData) String

func (x *MonitoringData) String() string

type NetworkParameters

type NetworkParameters struct {
	NetworkId  string          `protobuf:"bytes,1,opt,name=network_id,json=networkId,proto3" json:"network_id,omitempty"`
	Subnet     string          `protobuf:"bytes,2,opt,name=subnet,proto3" json:"subnet,omitempty"`
	Ip         string          `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
	VlanId     uint64          `protobuf:"varint,4,opt,name=vlan_id,json=vlanId,proto3" json:"vlan_id,omitempty"`
	DnsServers []string        `protobuf:"bytes,5,rep,name=dns_servers,json=dnsServers,proto3" json:"dns_servers,omitempty"`
	Rules      []*FirewallRule `protobuf:"bytes,6,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkParameters) Descriptor deprecated

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

Deprecated: Use NetworkParameters.ProtoReflect.Descriptor instead.

func (*NetworkParameters) GetDnsServers

func (x *NetworkParameters) GetDnsServers() []string

func (*NetworkParameters) GetIp

func (x *NetworkParameters) GetIp() string

func (*NetworkParameters) GetNetworkId

func (x *NetworkParameters) GetNetworkId() string

func (*NetworkParameters) GetRules

func (x *NetworkParameters) GetRules() []*FirewallRule

func (*NetworkParameters) GetSubnet

func (x *NetworkParameters) GetSubnet() string

func (*NetworkParameters) GetVlanId

func (x *NetworkParameters) GetVlanId() uint64

func (*NetworkParameters) ProtoMessage

func (*NetworkParameters) ProtoMessage()

func (*NetworkParameters) ProtoReflect

func (x *NetworkParameters) ProtoReflect() protoreflect.Message

func (*NetworkParameters) Reset

func (x *NetworkParameters) Reset()

func (*NetworkParameters) String

func (x *NetworkParameters) String() string

type NodeConfiguration

type NodeConfiguration struct {
	NodeId         string       `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	NodeType       string       `protobuf:"bytes,2,opt,name=node_type,json=nodeType,proto3" json:"node_type,omitempty"`
	RemoteNode     bool         `protobuf:"varint,3,opt,name=remote_node,json=remoteNode,proto3" json:"remote_node,omitempty"`
	RunnerFeatures []string     `protobuf:"bytes,4,rep,name=runner_features,json=runnerFeatures,proto3" json:"runner_features,omitempty"`
	NumCpus        uint64       `protobuf:"varint,5,opt,name=num_cpus,json=numCpus,proto3" json:"num_cpus,omitempty"`
	TotalRam       uint64       `protobuf:"varint,6,opt,name=total_ram,json=totalRam,proto3" json:"total_ram,omitempty"`
	Partitions     []*Partition `protobuf:"bytes,7,rep,name=partitions,proto3" json:"partitions,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeConfiguration) Descriptor deprecated

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

Deprecated: Use NodeConfiguration.ProtoReflect.Descriptor instead.

func (*NodeConfiguration) GetNodeId

func (x *NodeConfiguration) GetNodeId() string

func (*NodeConfiguration) GetNodeType

func (x *NodeConfiguration) GetNodeType() string

func (*NodeConfiguration) GetNumCpus

func (x *NodeConfiguration) GetNumCpus() uint64

func (*NodeConfiguration) GetPartitions

func (x *NodeConfiguration) GetPartitions() []*Partition

func (*NodeConfiguration) GetRemoteNode

func (x *NodeConfiguration) GetRemoteNode() bool

func (*NodeConfiguration) GetRunnerFeatures

func (x *NodeConfiguration) GetRunnerFeatures() []string

func (*NodeConfiguration) GetTotalRam

func (x *NodeConfiguration) GetTotalRam() uint64

func (*NodeConfiguration) ProtoMessage

func (*NodeConfiguration) ProtoMessage()

func (*NodeConfiguration) ProtoReflect

func (x *NodeConfiguration) ProtoReflect() protoreflect.Message

func (*NodeConfiguration) Reset

func (x *NodeConfiguration) Reset()

func (*NodeConfiguration) String

func (x *NodeConfiguration) String() string

type NodeMonitoring

type NodeMonitoring struct {
	Timestamp          *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	MonitoringData     *MonitoringData        `protobuf:"bytes,2,opt,name=monitoring_data,json=monitoringData,proto3" json:"monitoring_data,omitempty"`
	InstanceMonitoring []*InstanceMonitoring  `protobuf:"bytes,3,rep,name=instance_monitoring,json=instanceMonitoring,proto3" json:"instance_monitoring,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeMonitoring) Descriptor deprecated

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

Deprecated: Use NodeMonitoring.ProtoReflect.Descriptor instead.

func (*NodeMonitoring) GetInstanceMonitoring

func (x *NodeMonitoring) GetInstanceMonitoring() []*InstanceMonitoring

func (*NodeMonitoring) GetMonitoringData

func (x *NodeMonitoring) GetMonitoringData() *MonitoringData

func (*NodeMonitoring) GetTimestamp

func (x *NodeMonitoring) GetTimestamp() *timestamppb.Timestamp

func (*NodeMonitoring) ProtoMessage

func (*NodeMonitoring) ProtoMessage()

func (*NodeMonitoring) ProtoReflect

func (x *NodeMonitoring) ProtoReflect() protoreflect.Message

func (*NodeMonitoring) Reset

func (x *NodeMonitoring) Reset()

func (*NodeMonitoring) String

func (x *NodeMonitoring) String() string

type OverrideEnvVarStatus

type OverrideEnvVarStatus struct {
	EnvVarsStatus []*EnvVarInstanceStatus `protobuf:"bytes,1,rep,name=env_vars_status,json=envVarsStatus,proto3" json:"env_vars_status,omitempty"`
	Error         string                  `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*OverrideEnvVarStatus) Descriptor deprecated

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

Deprecated: Use OverrideEnvVarStatus.ProtoReflect.Descriptor instead.

func (*OverrideEnvVarStatus) GetEnvVarsStatus

func (x *OverrideEnvVarStatus) GetEnvVarsStatus() []*EnvVarInstanceStatus

func (*OverrideEnvVarStatus) GetError

func (x *OverrideEnvVarStatus) GetError() string

func (*OverrideEnvVarStatus) ProtoMessage

func (*OverrideEnvVarStatus) ProtoMessage()

func (*OverrideEnvVarStatus) ProtoReflect

func (x *OverrideEnvVarStatus) ProtoReflect() protoreflect.Message

func (*OverrideEnvVarStatus) Reset

func (x *OverrideEnvVarStatus) Reset()

func (*OverrideEnvVarStatus) String

func (x *OverrideEnvVarStatus) String() string

type OverrideEnvVars

type OverrideEnvVars struct {
	EnvVars []*OverrideInstanceEnvVar `protobuf:"bytes,1,rep,name=env_vars,json=envVars,proto3" json:"env_vars,omitempty"`
	// contains filtered or unexported fields
}

func (*OverrideEnvVars) Descriptor deprecated

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

Deprecated: Use OverrideEnvVars.ProtoReflect.Descriptor instead.

func (*OverrideEnvVars) GetEnvVars

func (x *OverrideEnvVars) GetEnvVars() []*OverrideInstanceEnvVar

func (*OverrideEnvVars) ProtoMessage

func (*OverrideEnvVars) ProtoMessage()

func (*OverrideEnvVars) ProtoReflect

func (x *OverrideEnvVars) ProtoReflect() protoreflect.Message

func (*OverrideEnvVars) Reset

func (x *OverrideEnvVars) Reset()

func (*OverrideEnvVars) String

func (x *OverrideEnvVars) String() string

type OverrideInstanceEnvVar

type OverrideInstanceEnvVar struct {
	Instance *InstanceIdent `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	Vars     []*EnvVarInfo  `protobuf:"bytes,2,rep,name=vars,proto3" json:"vars,omitempty"`
	// contains filtered or unexported fields
}

func (*OverrideInstanceEnvVar) Descriptor deprecated

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

Deprecated: Use OverrideInstanceEnvVar.ProtoReflect.Descriptor instead.

func (*OverrideInstanceEnvVar) GetInstance

func (x *OverrideInstanceEnvVar) GetInstance() *InstanceIdent

func (*OverrideInstanceEnvVar) GetVars

func (x *OverrideInstanceEnvVar) GetVars() []*EnvVarInfo

func (*OverrideInstanceEnvVar) ProtoMessage

func (*OverrideInstanceEnvVar) ProtoMessage()

func (*OverrideInstanceEnvVar) ProtoReflect

func (x *OverrideInstanceEnvVar) ProtoReflect() protoreflect.Message

func (*OverrideInstanceEnvVar) Reset

func (x *OverrideInstanceEnvVar) Reset()

func (*OverrideInstanceEnvVar) String

func (x *OverrideInstanceEnvVar) String() string

type Partition

type Partition struct {
	Name      string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Types     []string `protobuf:"bytes,2,rep,name=types,proto3" json:"types,omitempty"`
	TotalSize uint64   `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

func (*Partition) Descriptor deprecated

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

Deprecated: Use Partition.ProtoReflect.Descriptor instead.

func (*Partition) GetName

func (x *Partition) GetName() string

func (*Partition) GetTotalSize

func (x *Partition) GetTotalSize() uint64

func (*Partition) GetTypes

func (x *Partition) GetTypes() []string

func (*Partition) ProtoMessage

func (*Partition) ProtoMessage()

func (*Partition) ProtoReflect

func (x *Partition) ProtoReflect() protoreflect.Message

func (*Partition) Reset

func (x *Partition) Reset()

func (*Partition) String

func (x *Partition) String() string

type PartitionUsage

type PartitionUsage struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	UsedSize uint64 `protobuf:"varint,2,opt,name=used_size,json=usedSize,proto3" json:"used_size,omitempty"`
	// contains filtered or unexported fields
}

func (*PartitionUsage) Descriptor deprecated

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

Deprecated: Use PartitionUsage.ProtoReflect.Descriptor instead.

func (*PartitionUsage) GetName

func (x *PartitionUsage) GetName() string

func (*PartitionUsage) GetUsedSize

func (x *PartitionUsage) GetUsedSize() uint64

func (*PartitionUsage) ProtoMessage

func (*PartitionUsage) ProtoMessage()

func (*PartitionUsage) ProtoReflect

func (x *PartitionUsage) ProtoReflect() protoreflect.Message

func (*PartitionUsage) Reset

func (x *PartitionUsage) Reset()

func (*PartitionUsage) String

func (x *PartitionUsage) String() string

type ResourceValidateAlert

type ResourceValidateAlert struct {
	Errors []*ResourceValidateErrors `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceValidateAlert) Descriptor deprecated

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

Deprecated: Use ResourceValidateAlert.ProtoReflect.Descriptor instead.

func (*ResourceValidateAlert) GetErrors

func (*ResourceValidateAlert) ProtoMessage

func (*ResourceValidateAlert) ProtoMessage()

func (*ResourceValidateAlert) ProtoReflect

func (x *ResourceValidateAlert) ProtoReflect() protoreflect.Message

func (*ResourceValidateAlert) Reset

func (x *ResourceValidateAlert) Reset()

func (*ResourceValidateAlert) String

func (x *ResourceValidateAlert) String() string

type ResourceValidateErrors

type ResourceValidateErrors struct {
	Name     string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ErrorMsg []string `protobuf:"bytes,2,rep,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceValidateErrors) Descriptor deprecated

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

Deprecated: Use ResourceValidateErrors.ProtoReflect.Descriptor instead.

func (*ResourceValidateErrors) GetErrorMsg

func (x *ResourceValidateErrors) GetErrorMsg() []string

func (*ResourceValidateErrors) GetName

func (x *ResourceValidateErrors) GetName() string

func (*ResourceValidateErrors) ProtoMessage

func (*ResourceValidateErrors) ProtoMessage()

func (*ResourceValidateErrors) ProtoReflect

func (x *ResourceValidateErrors) ProtoReflect() protoreflect.Message

func (*ResourceValidateErrors) Reset

func (x *ResourceValidateErrors) Reset()

func (*ResourceValidateErrors) String

func (x *ResourceValidateErrors) String() string

type RunInstances

type RunInstances struct {
	Services     []*ServiceInfo  `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	Layers       []*LayerInfo    `protobuf:"bytes,2,rep,name=layers,proto3" json:"layers,omitempty"`
	Instances    []*InstanceInfo `protobuf:"bytes,3,rep,name=instances,proto3" json:"instances,omitempty"`
	ForceRestart bool            `protobuf:"varint,4,opt,name=force_restart,json=forceRestart,proto3" json:"force_restart,omitempty"`
	// contains filtered or unexported fields
}

func (*RunInstances) Descriptor deprecated

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

Deprecated: Use RunInstances.ProtoReflect.Descriptor instead.

func (*RunInstances) GetForceRestart

func (x *RunInstances) GetForceRestart() bool

func (*RunInstances) GetInstances

func (x *RunInstances) GetInstances() []*InstanceInfo

func (*RunInstances) GetLayers

func (x *RunInstances) GetLayers() []*LayerInfo

func (*RunInstances) GetServices

func (x *RunInstances) GetServices() []*ServiceInfo

func (*RunInstances) ProtoMessage

func (*RunInstances) ProtoMessage()

func (*RunInstances) ProtoReflect

func (x *RunInstances) ProtoReflect() protoreflect.Message

func (*RunInstances) Reset

func (x *RunInstances) Reset()

func (*RunInstances) String

func (x *RunInstances) String() string

type RunInstancesStatus

type RunInstancesStatus struct {
	Instances []*InstanceStatus `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*RunInstancesStatus) Descriptor deprecated

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

Deprecated: Use RunInstancesStatus.ProtoReflect.Descriptor instead.

func (*RunInstancesStatus) GetInstances

func (x *RunInstancesStatus) GetInstances() []*InstanceStatus

func (*RunInstancesStatus) ProtoMessage

func (*RunInstancesStatus) ProtoMessage()

func (*RunInstancesStatus) ProtoReflect

func (x *RunInstancesStatus) ProtoReflect() protoreflect.Message

func (*RunInstancesStatus) Reset

func (x *RunInstancesStatus) Reset()

func (*RunInstancesStatus) String

func (x *RunInstancesStatus) String() string

type SMIncomingMessages

type SMIncomingMessages struct {

	// Types that are assignable to SMIncomingMessage:
	//
	//	*SMIncomingMessages_GetUnitConfigStatus
	//	*SMIncomingMessages_CheckUnitConfig
	//	*SMIncomingMessages_SetUnitConfig
	//	*SMIncomingMessages_RunInstances
	//	*SMIncomingMessages_OverrideEnvVars
	//	*SMIncomingMessages_SystemLogRequest
	//	*SMIncomingMessages_InstanceLogRequest
	//	*SMIncomingMessages_InstanceCrashLogRequest
	//	*SMIncomingMessages_GetNodeMonitoring
	//	*SMIncomingMessages_ConnectionStatus
	//	*SMIncomingMessages_ImageContentInfo
	//	*SMIncomingMessages_ImageContent
	//	*SMIncomingMessages_UpdateNetworks
	//	*SMIncomingMessages_ClockSync
	SMIncomingMessage isSMIncomingMessages_SMIncomingMessage `protobuf_oneof:"SMIncomingMessage"`
	// contains filtered or unexported fields
}

func (*SMIncomingMessages) Descriptor deprecated

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

Deprecated: Use SMIncomingMessages.ProtoReflect.Descriptor instead.

func (*SMIncomingMessages) GetCheckUnitConfig

func (x *SMIncomingMessages) GetCheckUnitConfig() *CheckUnitConfig

func (*SMIncomingMessages) GetClockSync

func (x *SMIncomingMessages) GetClockSync() *ClockSync

func (*SMIncomingMessages) GetConnectionStatus

func (x *SMIncomingMessages) GetConnectionStatus() *ConnectionStatus

func (*SMIncomingMessages) GetGetNodeMonitoring

func (x *SMIncomingMessages) GetGetNodeMonitoring() *GetNodeMonitoring

func (*SMIncomingMessages) GetGetUnitConfigStatus

func (x *SMIncomingMessages) GetGetUnitConfigStatus() *GetUnitConfigStatus

func (*SMIncomingMessages) GetImageContent

func (x *SMIncomingMessages) GetImageContent() *ImageContent

func (*SMIncomingMessages) GetImageContentInfo

func (x *SMIncomingMessages) GetImageContentInfo() *ImageContentInfo

func (*SMIncomingMessages) GetInstanceCrashLogRequest

func (x *SMIncomingMessages) GetInstanceCrashLogRequest() *InstanceCrashLogRequest

func (*SMIncomingMessages) GetInstanceLogRequest

func (x *SMIncomingMessages) GetInstanceLogRequest() *InstanceLogRequest

func (*SMIncomingMessages) GetOverrideEnvVars

func (x *SMIncomingMessages) GetOverrideEnvVars() *OverrideEnvVars

func (*SMIncomingMessages) GetRunInstances

func (x *SMIncomingMessages) GetRunInstances() *RunInstances

func (*SMIncomingMessages) GetSMIncomingMessage

func (m *SMIncomingMessages) GetSMIncomingMessage() isSMIncomingMessages_SMIncomingMessage

func (*SMIncomingMessages) GetSetUnitConfig

func (x *SMIncomingMessages) GetSetUnitConfig() *SetUnitConfig

func (*SMIncomingMessages) GetSystemLogRequest

func (x *SMIncomingMessages) GetSystemLogRequest() *SystemLogRequest

func (*SMIncomingMessages) GetUpdateNetworks

func (x *SMIncomingMessages) GetUpdateNetworks() *UpdateNetworks

func (*SMIncomingMessages) ProtoMessage

func (*SMIncomingMessages) ProtoMessage()

func (*SMIncomingMessages) ProtoReflect

func (x *SMIncomingMessages) ProtoReflect() protoreflect.Message

func (*SMIncomingMessages) Reset

func (x *SMIncomingMessages) Reset()

func (*SMIncomingMessages) String

func (x *SMIncomingMessages) String() string

type SMIncomingMessages_CheckUnitConfig

type SMIncomingMessages_CheckUnitConfig struct {
	CheckUnitConfig *CheckUnitConfig `protobuf:"bytes,2,opt,name=check_unit_config,json=checkUnitConfig,proto3,oneof"`
}

type SMIncomingMessages_ClockSync

type SMIncomingMessages_ClockSync struct {
	ClockSync *ClockSync `protobuf:"bytes,14,opt,name=clock_sync,json=clockSync,proto3,oneof"`
}

type SMIncomingMessages_ConnectionStatus

type SMIncomingMessages_ConnectionStatus struct {
	ConnectionStatus *ConnectionStatus `protobuf:"bytes,10,opt,name=connection_status,json=connectionStatus,proto3,oneof"`
}

type SMIncomingMessages_GetNodeMonitoring

type SMIncomingMessages_GetNodeMonitoring struct {
	GetNodeMonitoring *GetNodeMonitoring `protobuf:"bytes,9,opt,name=get_node_monitoring,json=getNodeMonitoring,proto3,oneof"`
}

type SMIncomingMessages_GetUnitConfigStatus

type SMIncomingMessages_GetUnitConfigStatus struct {
	GetUnitConfigStatus *GetUnitConfigStatus `protobuf:"bytes,1,opt,name=get_unit_config_status,json=getUnitConfigStatus,proto3,oneof"`
}

type SMIncomingMessages_ImageContent

type SMIncomingMessages_ImageContent struct {
	ImageContent *ImageContent `protobuf:"bytes,12,opt,name=image_content,json=imageContent,proto3,oneof"`
}

type SMIncomingMessages_ImageContentInfo

type SMIncomingMessages_ImageContentInfo struct {
	ImageContentInfo *ImageContentInfo `protobuf:"bytes,11,opt,name=image_content_info,json=imageContentInfo,proto3,oneof"`
}

type SMIncomingMessages_InstanceCrashLogRequest

type SMIncomingMessages_InstanceCrashLogRequest struct {
	InstanceCrashLogRequest *InstanceCrashLogRequest `protobuf:"bytes,8,opt,name=instance_crash_log_request,json=instanceCrashLogRequest,proto3,oneof"`
}

type SMIncomingMessages_InstanceLogRequest

type SMIncomingMessages_InstanceLogRequest struct {
	InstanceLogRequest *InstanceLogRequest `protobuf:"bytes,7,opt,name=instance_log_request,json=instanceLogRequest,proto3,oneof"`
}

type SMIncomingMessages_OverrideEnvVars

type SMIncomingMessages_OverrideEnvVars struct {
	OverrideEnvVars *OverrideEnvVars `protobuf:"bytes,5,opt,name=override_env_vars,json=overrideEnvVars,proto3,oneof"`
}

type SMIncomingMessages_RunInstances

type SMIncomingMessages_RunInstances struct {
	RunInstances *RunInstances `protobuf:"bytes,4,opt,name=run_instances,json=runInstances,proto3,oneof"`
}

type SMIncomingMessages_SetUnitConfig

type SMIncomingMessages_SetUnitConfig struct {
	SetUnitConfig *SetUnitConfig `protobuf:"bytes,3,opt,name=set_unit_config,json=setUnitConfig,proto3,oneof"`
}

type SMIncomingMessages_SystemLogRequest

type SMIncomingMessages_SystemLogRequest struct {
	SystemLogRequest *SystemLogRequest `protobuf:"bytes,6,opt,name=system_log_request,json=systemLogRequest,proto3,oneof"`
}

type SMIncomingMessages_UpdateNetworks

type SMIncomingMessages_UpdateNetworks struct {
	UpdateNetworks *UpdateNetworks `protobuf:"bytes,13,opt,name=update_networks,json=updateNetworks,proto3,oneof"`
}

type SMOutgoingMessages

type SMOutgoingMessages struct {

	// Types that are assignable to SMOutgoingMessage:
	//
	//	*SMOutgoingMessages_NodeConfiguration
	//	*SMOutgoingMessages_UnitConfigStatus
	//	*SMOutgoingMessages_RunInstancesStatus
	//	*SMOutgoingMessages_UpdateInstancesStatus
	//	*SMOutgoingMessages_OverrideEnvVarStatus
	//	*SMOutgoingMessages_Log
	//	*SMOutgoingMessages_NodeMonitoring
	//	*SMOutgoingMessages_Alert
	//	*SMOutgoingMessages_ImageContentRequest
	//	*SMOutgoingMessages_ClockSyncRequest
	SMOutgoingMessage isSMOutgoingMessages_SMOutgoingMessage `protobuf_oneof:"SMOutgoingMessage"`
	// contains filtered or unexported fields
}

func (*SMOutgoingMessages) Descriptor deprecated

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

Deprecated: Use SMOutgoingMessages.ProtoReflect.Descriptor instead.

func (*SMOutgoingMessages) GetAlert

func (x *SMOutgoingMessages) GetAlert() *Alert

func (*SMOutgoingMessages) GetClockSyncRequest

func (x *SMOutgoingMessages) GetClockSyncRequest() *ClockSyncRequest

func (*SMOutgoingMessages) GetImageContentRequest

func (x *SMOutgoingMessages) GetImageContentRequest() *ImageContentRequest

func (*SMOutgoingMessages) GetLog

func (x *SMOutgoingMessages) GetLog() *LogData

func (*SMOutgoingMessages) GetNodeConfiguration

func (x *SMOutgoingMessages) GetNodeConfiguration() *NodeConfiguration

func (*SMOutgoingMessages) GetNodeMonitoring

func (x *SMOutgoingMessages) GetNodeMonitoring() *NodeMonitoring

func (*SMOutgoingMessages) GetOverrideEnvVarStatus

func (x *SMOutgoingMessages) GetOverrideEnvVarStatus() *OverrideEnvVarStatus

func (*SMOutgoingMessages) GetRunInstancesStatus

func (x *SMOutgoingMessages) GetRunInstancesStatus() *RunInstancesStatus

func (*SMOutgoingMessages) GetSMOutgoingMessage

func (m *SMOutgoingMessages) GetSMOutgoingMessage() isSMOutgoingMessages_SMOutgoingMessage

func (*SMOutgoingMessages) GetUnitConfigStatus

func (x *SMOutgoingMessages) GetUnitConfigStatus() *UnitConfigStatus

func (*SMOutgoingMessages) GetUpdateInstancesStatus

func (x *SMOutgoingMessages) GetUpdateInstancesStatus() *UpdateInstancesStatus

func (*SMOutgoingMessages) ProtoMessage

func (*SMOutgoingMessages) ProtoMessage()

func (*SMOutgoingMessages) ProtoReflect

func (x *SMOutgoingMessages) ProtoReflect() protoreflect.Message

func (*SMOutgoingMessages) Reset

func (x *SMOutgoingMessages) Reset()

func (*SMOutgoingMessages) String

func (x *SMOutgoingMessages) String() string

type SMOutgoingMessages_Alert

type SMOutgoingMessages_Alert struct {
	Alert *Alert `protobuf:"bytes,8,opt,name=alert,proto3,oneof"`
}

type SMOutgoingMessages_ClockSyncRequest

type SMOutgoingMessages_ClockSyncRequest struct {
	ClockSyncRequest *ClockSyncRequest `protobuf:"bytes,10,opt,name=clock_sync_request,json=clockSyncRequest,proto3,oneof"`
}

type SMOutgoingMessages_ImageContentRequest

type SMOutgoingMessages_ImageContentRequest struct {
	ImageContentRequest *ImageContentRequest `protobuf:"bytes,9,opt,name=image_content_request,json=imageContentRequest,proto3,oneof"`
}

type SMOutgoingMessages_Log

type SMOutgoingMessages_Log struct {
	Log *LogData `protobuf:"bytes,6,opt,name=log,proto3,oneof"`
}

type SMOutgoingMessages_NodeConfiguration

type SMOutgoingMessages_NodeConfiguration struct {
	NodeConfiguration *NodeConfiguration `protobuf:"bytes,1,opt,name=node_configuration,json=nodeConfiguration,proto3,oneof"`
}

type SMOutgoingMessages_NodeMonitoring

type SMOutgoingMessages_NodeMonitoring struct {
	NodeMonitoring *NodeMonitoring `protobuf:"bytes,7,opt,name=node_monitoring,json=nodeMonitoring,proto3,oneof"`
}

type SMOutgoingMessages_OverrideEnvVarStatus

type SMOutgoingMessages_OverrideEnvVarStatus struct {
	OverrideEnvVarStatus *OverrideEnvVarStatus `protobuf:"bytes,5,opt,name=override_env_var_status,json=overrideEnvVarStatus,proto3,oneof"`
}

type SMOutgoingMessages_RunInstancesStatus

type SMOutgoingMessages_RunInstancesStatus struct {
	RunInstancesStatus *RunInstancesStatus `protobuf:"bytes,3,opt,name=run_instances_status,json=runInstancesStatus,proto3,oneof"`
}

type SMOutgoingMessages_UnitConfigStatus

type SMOutgoingMessages_UnitConfigStatus struct {
	UnitConfigStatus *UnitConfigStatus `protobuf:"bytes,2,opt,name=unit_config_status,json=unitConfigStatus,proto3,oneof"`
}

type SMOutgoingMessages_UpdateInstancesStatus

type SMOutgoingMessages_UpdateInstancesStatus struct {
	UpdateInstancesStatus *UpdateInstancesStatus `protobuf:"bytes,4,opt,name=update_instances_status,json=updateInstancesStatus,proto3,oneof"`
}

type SMServiceClient

type SMServiceClient interface {
	RegisterSM(ctx context.Context, opts ...grpc.CallOption) (SMService_RegisterSMClient, error)
}

SMServiceClient is the client API for SMService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewSMServiceClient

func NewSMServiceClient(cc grpc.ClientConnInterface) SMServiceClient

type SMServiceServer

type SMServiceServer interface {
	RegisterSM(SMService_RegisterSMServer) error
	// contains filtered or unexported methods
}

SMServiceServer is the server API for SMService service. All implementations must embed UnimplementedSMServiceServer for forward compatibility

type SMService_RegisterSMClient

type SMService_RegisterSMClient interface {
	Send(*SMOutgoingMessages) error
	Recv() (*SMIncomingMessages, error)
	grpc.ClientStream
}

type SMService_RegisterSMServer

type SMService_RegisterSMServer interface {
	Send(*SMIncomingMessages) error
	Recv() (*SMOutgoingMessages, error)
	grpc.ServerStream
}

type ServiceInfo

type ServiceInfo struct {
	VersionInfo *VersionInfo `protobuf:"bytes,1,opt,name=version_info,json=versionInfo,proto3" json:"version_info,omitempty"`
	Url         string       `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	ServiceId   string       `protobuf:"bytes,3,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	ProviderId  string       `protobuf:"bytes,4,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Gid         uint32       `protobuf:"varint,5,opt,name=gid,proto3" json:"gid,omitempty"`
	Sha256      []byte       `protobuf:"bytes,6,opt,name=sha256,proto3" json:"sha256,omitempty"`
	Sha512      []byte       `protobuf:"bytes,7,opt,name=sha512,proto3" json:"sha512,omitempty"`
	Size        uint64       `protobuf:"varint,8,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceInfo) Descriptor deprecated

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

Deprecated: Use ServiceInfo.ProtoReflect.Descriptor instead.

func (*ServiceInfo) GetGid

func (x *ServiceInfo) GetGid() uint32

func (*ServiceInfo) GetProviderId

func (x *ServiceInfo) GetProviderId() string

func (*ServiceInfo) GetServiceId

func (x *ServiceInfo) GetServiceId() string

func (*ServiceInfo) GetSha256

func (x *ServiceInfo) GetSha256() []byte

func (*ServiceInfo) GetSha512

func (x *ServiceInfo) GetSha512() []byte

func (*ServiceInfo) GetSize

func (x *ServiceInfo) GetSize() uint64

func (*ServiceInfo) GetUrl

func (x *ServiceInfo) GetUrl() string

func (*ServiceInfo) GetVersionInfo

func (x *ServiceInfo) GetVersionInfo() *VersionInfo

func (*ServiceInfo) ProtoMessage

func (*ServiceInfo) ProtoMessage()

func (*ServiceInfo) ProtoReflect

func (x *ServiceInfo) ProtoReflect() protoreflect.Message

func (*ServiceInfo) Reset

func (x *ServiceInfo) Reset()

func (*ServiceInfo) String

func (x *ServiceInfo) String() string

type SetUnitConfig

type SetUnitConfig struct {
	UnitConfig    string `protobuf:"bytes,1,opt,name=unit_config,json=unitConfig,proto3" json:"unit_config,omitempty"`
	VendorVersion string `protobuf:"bytes,2,opt,name=vendor_version,json=vendorVersion,proto3" json:"vendor_version,omitempty"`
	// contains filtered or unexported fields
}

func (*SetUnitConfig) Descriptor deprecated

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

Deprecated: Use SetUnitConfig.ProtoReflect.Descriptor instead.

func (*SetUnitConfig) GetUnitConfig

func (x *SetUnitConfig) GetUnitConfig() string

func (*SetUnitConfig) GetVendorVersion

func (x *SetUnitConfig) GetVendorVersion() string

func (*SetUnitConfig) ProtoMessage

func (*SetUnitConfig) ProtoMessage()

func (*SetUnitConfig) ProtoReflect

func (x *SetUnitConfig) ProtoReflect() protoreflect.Message

func (*SetUnitConfig) Reset

func (x *SetUnitConfig) Reset()

func (*SetUnitConfig) String

func (x *SetUnitConfig) String() string

type SystemAlert

type SystemAlert struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemAlert) Descriptor deprecated

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

Deprecated: Use SystemAlert.ProtoReflect.Descriptor instead.

func (*SystemAlert) GetMessage

func (x *SystemAlert) GetMessage() string

func (*SystemAlert) ProtoMessage

func (*SystemAlert) ProtoMessage()

func (*SystemAlert) ProtoReflect

func (x *SystemAlert) ProtoReflect() protoreflect.Message

func (*SystemAlert) Reset

func (x *SystemAlert) Reset()

func (*SystemAlert) String

func (x *SystemAlert) String() string

type SystemLogRequest

type SystemLogRequest struct {
	LogId string                 `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	From  *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	Till  *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=till,proto3" json:"till,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemLogRequest) Descriptor deprecated

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

Deprecated: Use SystemLogRequest.ProtoReflect.Descriptor instead.

func (*SystemLogRequest) GetFrom

func (x *SystemLogRequest) GetFrom() *timestamppb.Timestamp

func (*SystemLogRequest) GetLogId

func (x *SystemLogRequest) GetLogId() string

func (*SystemLogRequest) GetTill

func (x *SystemLogRequest) GetTill() *timestamppb.Timestamp

func (*SystemLogRequest) ProtoMessage

func (*SystemLogRequest) ProtoMessage()

func (*SystemLogRequest) ProtoReflect

func (x *SystemLogRequest) ProtoReflect() protoreflect.Message

func (*SystemLogRequest) Reset

func (x *SystemLogRequest) Reset()

func (*SystemLogRequest) String

func (x *SystemLogRequest) String() string

type SystemQuotaAlert

type SystemQuotaAlert struct {
	Parameter string `protobuf:"bytes,1,opt,name=parameter,proto3" json:"parameter,omitempty"`
	Value     uint64 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SystemQuotaAlert) Descriptor deprecated

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

Deprecated: Use SystemQuotaAlert.ProtoReflect.Descriptor instead.

func (*SystemQuotaAlert) GetParameter

func (x *SystemQuotaAlert) GetParameter() string

func (*SystemQuotaAlert) GetValue

func (x *SystemQuotaAlert) GetValue() uint64

func (*SystemQuotaAlert) ProtoMessage

func (*SystemQuotaAlert) ProtoMessage()

func (*SystemQuotaAlert) ProtoReflect

func (x *SystemQuotaAlert) ProtoReflect() protoreflect.Message

func (*SystemQuotaAlert) Reset

func (x *SystemQuotaAlert) Reset()

func (*SystemQuotaAlert) String

func (x *SystemQuotaAlert) String() string

type UnimplementedSMServiceServer

type UnimplementedSMServiceServer struct {
}

UnimplementedSMServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedSMServiceServer) RegisterSM

type UnitConfigStatus

type UnitConfigStatus struct {
	VendorVersion string `protobuf:"bytes,1,opt,name=vendor_version,json=vendorVersion,proto3" json:"vendor_version,omitempty"`
	Error         string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UnitConfigStatus) Descriptor deprecated

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

Deprecated: Use UnitConfigStatus.ProtoReflect.Descriptor instead.

func (*UnitConfigStatus) GetError

func (x *UnitConfigStatus) GetError() string

func (*UnitConfigStatus) GetVendorVersion

func (x *UnitConfigStatus) GetVendorVersion() string

func (*UnitConfigStatus) ProtoMessage

func (*UnitConfigStatus) ProtoMessage()

func (*UnitConfigStatus) ProtoReflect

func (x *UnitConfigStatus) ProtoReflect() protoreflect.Message

func (*UnitConfigStatus) Reset

func (x *UnitConfigStatus) Reset()

func (*UnitConfigStatus) String

func (x *UnitConfigStatus) String() string

type UnsafeSMServiceServer

type UnsafeSMServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSMServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SMServiceServer will result in compilation errors.

type UpdateInstancesStatus

type UpdateInstancesStatus struct {
	Instances []*InstanceStatus `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateInstancesStatus) Descriptor deprecated

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

Deprecated: Use UpdateInstancesStatus.ProtoReflect.Descriptor instead.

func (*UpdateInstancesStatus) GetInstances

func (x *UpdateInstancesStatus) GetInstances() []*InstanceStatus

func (*UpdateInstancesStatus) ProtoMessage

func (*UpdateInstancesStatus) ProtoMessage()

func (*UpdateInstancesStatus) ProtoReflect

func (x *UpdateInstancesStatus) ProtoReflect() protoreflect.Message

func (*UpdateInstancesStatus) Reset

func (x *UpdateInstancesStatus) Reset()

func (*UpdateInstancesStatus) String

func (x *UpdateInstancesStatus) String() string

type UpdateNetworks

type UpdateNetworks struct {
	Networks []*NetworkParameters `protobuf:"bytes,1,rep,name=networks,proto3" json:"networks,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNetworks) Descriptor deprecated

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

Deprecated: Use UpdateNetworks.ProtoReflect.Descriptor instead.

func (*UpdateNetworks) GetNetworks

func (x *UpdateNetworks) GetNetworks() []*NetworkParameters

func (*UpdateNetworks) ProtoMessage

func (*UpdateNetworks) ProtoMessage()

func (*UpdateNetworks) ProtoReflect

func (x *UpdateNetworks) ProtoReflect() protoreflect.Message

func (*UpdateNetworks) Reset

func (x *UpdateNetworks) Reset()

func (*UpdateNetworks) String

func (x *UpdateNetworks) String() string

type VersionInfo

type VersionInfo struct {
	AosVersion    uint64 `protobuf:"varint,1,opt,name=aos_version,json=aosVersion,proto3" json:"aos_version,omitempty"`
	VendorVersion string `protobuf:"bytes,2,opt,name=vendor_version,json=vendorVersion,proto3" json:"vendor_version,omitempty"`
	Description   string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionInfo) Descriptor deprecated

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

Deprecated: Use VersionInfo.ProtoReflect.Descriptor instead.

func (*VersionInfo) GetAosVersion

func (x *VersionInfo) GetAosVersion() uint64

func (*VersionInfo) GetDescription

func (x *VersionInfo) GetDescription() string

func (*VersionInfo) GetVendorVersion

func (x *VersionInfo) GetVendorVersion() string

func (*VersionInfo) ProtoMessage

func (*VersionInfo) ProtoMessage()

func (*VersionInfo) ProtoReflect

func (x *VersionInfo) ProtoReflect() protoreflect.Message

func (*VersionInfo) Reset

func (x *VersionInfo) Reset()

func (*VersionInfo) String

func (x *VersionInfo) String() string

Jump to

Keyboard shortcuts

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