importer

package
v0.0.0-...-655e75c Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_importer_proto protoreflect.FileDescriptor

Functions

func RegisterDeviceManagementServer

func RegisterDeviceManagementServer(s *grpc.Server, srv DeviceManagementServer)

Types

type Device

type Device struct {
	IpAddress     string         `protobuf:"bytes,1,opt,name=IpAddress,proto3" json:"IpAddress,omitempty"`
	RedfishAPI    string         `protobuf:"bytes,2,opt,name=RedfishAPI,proto3" json:"RedfishAPI,omitempty"`
	DeviceAccount *DeviceAccount `protobuf:"bytes,3,opt,name=deviceAccount,proto3" json:"deviceAccount,omitempty"`
	HttpInfo      *HttpInfo      `protobuf:"bytes,4,opt,name=httpInfo,proto3" json:"httpInfo,omitempty"`
	UserToken     string         `protobuf:"bytes,5,opt,name=userToken,proto3" json:"userToken,omitempty"`
	// contains filtered or unexported fields
}

func (*Device) Descriptor deprecated

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

Deprecated: Use Device.ProtoReflect.Descriptor instead.

func (*Device) GetDeviceAccount

func (x *Device) GetDeviceAccount() *DeviceAccount

func (*Device) GetHttpInfo

func (x *Device) GetHttpInfo() *HttpInfo

func (*Device) GetIpAddress

func (x *Device) GetIpAddress() string

func (*Device) GetRedfishAPI

func (x *Device) GetRedfishAPI() string

func (*Device) GetUserToken

func (x *Device) GetUserToken() string

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) ProtoReflect

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

func (*Device) Reset

func (x *Device) Reset()

func (*Device) String

func (x *Device) String() string

type DeviceAccount

type DeviceAccount struct {
	IpAddress      string `protobuf:"bytes,1,opt,name=IpAddress,proto3" json:"IpAddress,omitempty"`
	ActUsername    string `protobuf:"bytes,2,opt,name=actUsername,proto3" json:"actUsername,omitempty"`
	ActPassword    string `protobuf:"bytes,3,opt,name=actPassword,proto3" json:"actPassword,omitempty"`
	UserToken      string `protobuf:"bytes,4,opt,name=userToken,proto3" json:"userToken,omitempty"`
	Privilege      string `protobuf:"bytes,5,opt,name=privilege,proto3" json:"privilege,omitempty"`
	SessionEnabled bool   `protobuf:"varint,6,opt,name=sessionEnabled,proto3" json:"sessionEnabled,omitempty"`
	SessionTimeout uint64 `protobuf:"fixed64,7,opt,name=sessionTimeout,proto3" json:"sessionTimeout,omitempty"`
	Httptoken      string `protobuf:"bytes,8,opt,name=httptoken,proto3" json:"httptoken,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceAccount) Descriptor deprecated

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

Deprecated: Use DeviceAccount.ProtoReflect.Descriptor instead.

func (*DeviceAccount) GetActPassword

func (x *DeviceAccount) GetActPassword() string

func (*DeviceAccount) GetActUsername

func (x *DeviceAccount) GetActUsername() string

func (*DeviceAccount) GetHttptoken

func (x *DeviceAccount) GetHttptoken() string

func (*DeviceAccount) GetIpAddress

func (x *DeviceAccount) GetIpAddress() string

func (*DeviceAccount) GetPrivilege

func (x *DeviceAccount) GetPrivilege() string

func (*DeviceAccount) GetSessionEnabled

func (x *DeviceAccount) GetSessionEnabled() bool

func (*DeviceAccount) GetSessionTimeout

func (x *DeviceAccount) GetSessionTimeout() uint64

func (*DeviceAccount) GetUserToken

func (x *DeviceAccount) GetUserToken() string

func (*DeviceAccount) ProtoMessage

func (*DeviceAccount) ProtoMessage()

func (*DeviceAccount) ProtoReflect

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

func (*DeviceAccount) Reset

func (x *DeviceAccount) Reset()

func (*DeviceAccount) String

func (x *DeviceAccount) String() string

type DeviceAccountList

type DeviceAccountList struct {
	Account map[string]string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeviceAccountList) Descriptor deprecated

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

Deprecated: Use DeviceAccountList.ProtoReflect.Descriptor instead.

func (*DeviceAccountList) GetAccount

func (x *DeviceAccountList) GetAccount() map[string]string

func (*DeviceAccountList) ProtoMessage

func (*DeviceAccountList) ProtoMessage()

func (*DeviceAccountList) ProtoReflect

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

func (*DeviceAccountList) Reset

func (x *DeviceAccountList) Reset()

func (*DeviceAccountList) String

func (x *DeviceAccountList) String() string

type DeviceData

type DeviceData struct {
	DeviceData []string `protobuf:"bytes,1,rep,name=deviceData,proto3" json:"deviceData,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceData) Descriptor deprecated

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

Deprecated: Use DeviceData.ProtoReflect.Descriptor instead.

func (*DeviceData) GetDeviceData

func (x *DeviceData) GetDeviceData() []string

func (*DeviceData) ProtoMessage

func (*DeviceData) ProtoMessage()

func (*DeviceData) ProtoReflect

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

func (*DeviceData) Reset

func (x *DeviceData) Reset()

func (*DeviceData) String

func (x *DeviceData) String() string

type DeviceInfo

type DeviceInfo struct {
	IpAddress string `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	Frequency uint32 `protobuf:"varint,2,opt,name=frequency,proto3" json:"frequency,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceInfo) Descriptor deprecated

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

Deprecated: Use DeviceInfo.ProtoReflect.Descriptor instead.

func (*DeviceInfo) GetFrequency

func (x *DeviceInfo) GetFrequency() uint32

func (*DeviceInfo) GetIpAddress

func (x *DeviceInfo) GetIpAddress() string

func (*DeviceInfo) ProtoMessage

func (*DeviceInfo) ProtoMessage()

func (*DeviceInfo) ProtoReflect

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

func (*DeviceInfo) Reset

func (x *DeviceInfo) Reset()

func (*DeviceInfo) String

func (x *DeviceInfo) String() string

type DeviceList

type DeviceList struct {
	Device []*DeviceInfo `protobuf:"bytes,1,rep,name=device,proto3" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceList) Descriptor deprecated

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

Deprecated: Use DeviceList.ProtoReflect.Descriptor instead.

func (*DeviceList) GetDevice

func (x *DeviceList) GetDevice() []*DeviceInfo

func (*DeviceList) ProtoMessage

func (*DeviceList) ProtoMessage()

func (*DeviceList) ProtoReflect

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

func (*DeviceList) Reset

func (x *DeviceList) Reset()

func (*DeviceList) String

func (x *DeviceList) String() string

type DeviceListByIp

type DeviceListByIp struct {
	IpAddress []string `protobuf:"bytes,1,rep,name=IpAddress,proto3" json:"IpAddress,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceListByIp) Descriptor deprecated

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

Deprecated: Use DeviceListByIp.ProtoReflect.Descriptor instead.

func (*DeviceListByIp) GetIpAddress

func (x *DeviceListByIp) GetIpAddress() []string

func (*DeviceListByIp) ProtoMessage

func (*DeviceListByIp) ProtoMessage()

func (*DeviceListByIp) ProtoReflect

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

func (*DeviceListByIp) Reset

func (x *DeviceListByIp) Reset()

func (*DeviceListByIp) String

func (x *DeviceListByIp) String() string

type DeviceManagementClient

type DeviceManagementClient interface {
	SendDeviceList(ctx context.Context, in *DeviceList, opts ...grpc.CallOption) (*empty.Empty, error)
	DeleteDeviceList(ctx context.Context, in *Device, opts ...grpc.CallOption) (*empty.Empty, error)
	SetFrequency(ctx context.Context, in *FreqInfo, opts ...grpc.CallOption) (*empty.Empty, error)
	GetCurrentDevices(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*DeviceListByIp, error)
	CreateDeviceAccount(ctx context.Context, in *DeviceAccount, opts ...grpc.CallOption) (*empty.Empty, error)
	RemoveDeviceAccount(ctx context.Context, in *DeviceAccount, opts ...grpc.CallOption) (*empty.Empty, error)
	ChangeDeviceUserPassword(ctx context.Context, in *DeviceAccount, opts ...grpc.CallOption) (*empty.Empty, error)
	LoginDevice(ctx context.Context, in *DeviceAccount, opts ...grpc.CallOption) (*DeviceAccount, error)
	LogoutDevice(ctx context.Context, in *DeviceAccount, opts ...grpc.CallOption) (*empty.Empty, error)
	StartQueryDeviceData(ctx context.Context, in *DeviceAccount, opts ...grpc.CallOption) (*empty.Empty, error)
	StopQueryDeviceData(ctx context.Context, in *DeviceAccount, opts ...grpc.CallOption) (*empty.Empty, error)
	ListDeviceAccounts(ctx context.Context, in *DeviceAccount, opts ...grpc.CallOption) (*DeviceAccountList, error)
	SetSessionService(ctx context.Context, in *DeviceAccount, opts ...grpc.CallOption) (*empty.Empty, error)
	EnableLogServiceState(ctx context.Context, in *LogService, opts ...grpc.CallOption) (*empty.Empty, error)
	ResetDeviceLogData(ctx context.Context, in *LogService, opts ...grpc.CallOption) (*empty.Empty, error)
	GetDeviceLogData(ctx context.Context, in *LogService, opts ...grpc.CallOption) (*LogService, error)
	GetDeviceData(ctx context.Context, in *Device, opts ...grpc.CallOption) (*DeviceData, error)
	GenericDeviceAccess(ctx context.Context, in *Device, opts ...grpc.CallOption) (*HttpData, error)
	AddPollingRfAPI(ctx context.Context, in *PollingRfAPI, opts ...grpc.CallOption) (*empty.Empty, error)
	RemovePollingRfAPI(ctx context.Context, in *PollingRfAPI, opts ...grpc.CallOption) (*empty.Empty, error)
	GetRfAPIList(ctx context.Context, in *PollingRfAPI, opts ...grpc.CallOption) (*RfAPIList, error)
	GetDeviceTemperatures(ctx context.Context, in *DeviceTemperature, opts ...grpc.CallOption) (*DeviceTemperature, error)
}

DeviceManagementClient is the client API for DeviceManagement service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type DeviceManagementServer

type DeviceManagementServer interface {
	SendDeviceList(context.Context, *DeviceList) (*empty.Empty, error)
	DeleteDeviceList(context.Context, *Device) (*empty.Empty, error)
	SetFrequency(context.Context, *FreqInfo) (*empty.Empty, error)
	GetCurrentDevices(context.Context, *Empty) (*DeviceListByIp, error)
	CreateDeviceAccount(context.Context, *DeviceAccount) (*empty.Empty, error)
	RemoveDeviceAccount(context.Context, *DeviceAccount) (*empty.Empty, error)
	ChangeDeviceUserPassword(context.Context, *DeviceAccount) (*empty.Empty, error)
	LoginDevice(context.Context, *DeviceAccount) (*DeviceAccount, error)
	LogoutDevice(context.Context, *DeviceAccount) (*empty.Empty, error)
	StartQueryDeviceData(context.Context, *DeviceAccount) (*empty.Empty, error)
	StopQueryDeviceData(context.Context, *DeviceAccount) (*empty.Empty, error)
	ListDeviceAccounts(context.Context, *DeviceAccount) (*DeviceAccountList, error)
	SetSessionService(context.Context, *DeviceAccount) (*empty.Empty, error)
	EnableLogServiceState(context.Context, *LogService) (*empty.Empty, error)
	ResetDeviceLogData(context.Context, *LogService) (*empty.Empty, error)
	GetDeviceLogData(context.Context, *LogService) (*LogService, error)
	GetDeviceData(context.Context, *Device) (*DeviceData, error)
	GenericDeviceAccess(context.Context, *Device) (*HttpData, error)
	AddPollingRfAPI(context.Context, *PollingRfAPI) (*empty.Empty, error)
	RemovePollingRfAPI(context.Context, *PollingRfAPI) (*empty.Empty, error)
	GetRfAPIList(context.Context, *PollingRfAPI) (*RfAPIList, error)
	GetDeviceTemperatures(context.Context, *DeviceTemperature) (*DeviceTemperature, error)
}

DeviceManagementServer is the server API for DeviceManagement service.

type DeviceTemperature

type DeviceTemperature struct {
	IpAddress string   `protobuf:"bytes,1,opt,name=IpAddress,proto3" json:"IpAddress,omitempty"`
	UserToken string   `protobuf:"bytes,2,opt,name=userToken,proto3" json:"userToken,omitempty"`
	TempData  []string `protobuf:"bytes,3,rep,name=tempData,proto3" json:"tempData,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceTemperature) Descriptor deprecated

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

Deprecated: Use DeviceTemperature.ProtoReflect.Descriptor instead.

func (*DeviceTemperature) GetIpAddress

func (x *DeviceTemperature) GetIpAddress() string

func (*DeviceTemperature) GetTempData

func (x *DeviceTemperature) GetTempData() []string

func (*DeviceTemperature) GetUserToken

func (x *DeviceTemperature) GetUserToken() string

func (*DeviceTemperature) ProtoMessage

func (*DeviceTemperature) ProtoMessage()

func (*DeviceTemperature) ProtoReflect

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

func (*DeviceTemperature) Reset

func (x *DeviceTemperature) Reset()

func (*DeviceTemperature) String

func (x *DeviceTemperature) String() string

type DeviceTemperatureList

type DeviceTemperatureList struct {
	Temperatures map[string]string `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeviceTemperatureList) Descriptor deprecated

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

Deprecated: Use DeviceTemperatureList.ProtoReflect.Descriptor instead.

func (*DeviceTemperatureList) GetTemperatures

func (x *DeviceTemperatureList) GetTemperatures() map[string]string

func (*DeviceTemperatureList) ProtoMessage

func (*DeviceTemperatureList) ProtoMessage()

func (*DeviceTemperatureList) ProtoReflect

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

func (*DeviceTemperatureList) Reset

func (x *DeviceTemperatureList) Reset()

func (*DeviceTemperatureList) String

func (x *DeviceTemperatureList) String() string

type Empty

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

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type FreqInfo

type FreqInfo struct {
	IpAddress string `protobuf:"bytes,1,opt,name=IpAddress,proto3" json:"IpAddress,omitempty"`
	UserToken string `protobuf:"bytes,2,opt,name=userToken,proto3" json:"userToken,omitempty"`
	Frequency uint32 `protobuf:"varint,3,opt,name=Frequency,proto3" json:"Frequency,omitempty"`
	// contains filtered or unexported fields
}

func (*FreqInfo) Descriptor deprecated

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

Deprecated: Use FreqInfo.ProtoReflect.Descriptor instead.

func (*FreqInfo) GetFrequency

func (x *FreqInfo) GetFrequency() uint32

func (*FreqInfo) GetIpAddress

func (x *FreqInfo) GetIpAddress() string

func (*FreqInfo) GetUserToken

func (x *FreqInfo) GetUserToken() string

func (*FreqInfo) ProtoMessage

func (*FreqInfo) ProtoMessage()

func (*FreqInfo) ProtoReflect

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

func (*FreqInfo) Reset

func (x *FreqInfo) Reset()

func (*FreqInfo) String

func (x *FreqInfo) String() string

type HttpData

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

func (*HttpData) Descriptor deprecated

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

Deprecated: Use HttpData.ProtoReflect.Descriptor instead.

func (*HttpData) GetResultData

func (x *HttpData) GetResultData() string

func (*HttpData) ProtoMessage

func (*HttpData) ProtoMessage()

func (*HttpData) ProtoReflect

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

func (*HttpData) Reset

func (x *HttpData) Reset()

func (*HttpData) String

func (x *HttpData) String() string

type HttpInfo

type HttpInfo struct {
	HttpMethod     string         `protobuf:"bytes,1,opt,name=httpMethod,proto3" json:"httpMethod,omitempty"`
	HttpPostData   *HttpPostData  `protobuf:"bytes,2,opt,name=httpPostData,proto3" json:"httpPostData,omitempty"`
	HttpDeleteData string         `protobuf:"bytes,3,opt,name=httpDeleteData,proto3" json:"httpDeleteData,omitempty"`
	HttpPatchData  *HttpPatchData `protobuf:"bytes,4,opt,name=httpPatchData,proto3" json:"httpPatchData,omitempty"`
	// contains filtered or unexported fields
}

func (*HttpInfo) Descriptor deprecated

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

Deprecated: Use HttpInfo.ProtoReflect.Descriptor instead.

func (*HttpInfo) GetHttpDeleteData

func (x *HttpInfo) GetHttpDeleteData() string

func (*HttpInfo) GetHttpMethod

func (x *HttpInfo) GetHttpMethod() string

func (*HttpInfo) GetHttpPatchData

func (x *HttpInfo) GetHttpPatchData() *HttpPatchData

func (*HttpInfo) GetHttpPostData

func (x *HttpInfo) GetHttpPostData() *HttpPostData

func (*HttpInfo) ProtoMessage

func (*HttpInfo) ProtoMessage()

func (*HttpInfo) ProtoReflect

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

func (*HttpInfo) Reset

func (x *HttpInfo) Reset()

func (*HttpInfo) String

func (x *HttpInfo) String() string

type HttpPatchData

type HttpPatchData struct {
	PatchData map[string]string `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HttpPatchData) Descriptor deprecated

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

Deprecated: Use HttpPatchData.ProtoReflect.Descriptor instead.

func (*HttpPatchData) GetPatchData

func (x *HttpPatchData) GetPatchData() map[string]string

func (*HttpPatchData) ProtoMessage

func (*HttpPatchData) ProtoMessage()

func (*HttpPatchData) ProtoReflect

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

func (*HttpPatchData) Reset

func (x *HttpPatchData) Reset()

func (*HttpPatchData) String

func (x *HttpPatchData) String() string

type HttpPostData

type HttpPostData struct {
	PostData map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HttpPostData) Descriptor deprecated

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

Deprecated: Use HttpPostData.ProtoReflect.Descriptor instead.

func (*HttpPostData) GetPostData

func (x *HttpPostData) GetPostData() map[string]string

func (*HttpPostData) ProtoMessage

func (*HttpPostData) ProtoMessage()

func (*HttpPostData) ProtoReflect

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

func (*HttpPostData) Reset

func (x *HttpPostData) Reset()

func (*HttpPostData) String

func (x *HttpPostData) String() string

type LogService

type LogService struct {
	IpAddress         string   `protobuf:"bytes,1,opt,name=IpAddress,proto3" json:"IpAddress,omitempty"`
	UserToken         string   `protobuf:"bytes,2,opt,name=userToken,proto3" json:"userToken,omitempty"`
	LogServiceEnabled bool     `protobuf:"varint,3,opt,name=logServiceEnabled,proto3" json:"logServiceEnabled,omitempty"`
	LogData           []string `protobuf:"bytes,4,rep,name=logData,proto3" json:"logData,omitempty"`
	// contains filtered or unexported fields
}

func (*LogService) Descriptor deprecated

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

Deprecated: Use LogService.ProtoReflect.Descriptor instead.

func (*LogService) GetIpAddress

func (x *LogService) GetIpAddress() string

func (*LogService) GetLogData

func (x *LogService) GetLogData() []string

func (*LogService) GetLogServiceEnabled

func (x *LogService) GetLogServiceEnabled() bool

func (*LogService) GetUserToken

func (x *LogService) GetUserToken() string

func (*LogService) ProtoMessage

func (*LogService) ProtoMessage()

func (*LogService) ProtoReflect

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

func (*LogService) Reset

func (x *LogService) Reset()

func (*LogService) String

func (x *LogService) String() string

type PollingRfAPI

type PollingRfAPI struct {
	IpAddress string `protobuf:"bytes,1,opt,name=IpAddress,proto3" json:"IpAddress,omitempty"`
	UserToken string `protobuf:"bytes,2,opt,name=userToken,proto3" json:"userToken,omitempty"`
	RfAPI     string `protobuf:"bytes,3,opt,name=rfAPI,proto3" json:"rfAPI,omitempty"`
	// contains filtered or unexported fields
}

func (*PollingRfAPI) Descriptor deprecated

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

Deprecated: Use PollingRfAPI.ProtoReflect.Descriptor instead.

func (*PollingRfAPI) GetIpAddress

func (x *PollingRfAPI) GetIpAddress() string

func (*PollingRfAPI) GetRfAPI

func (x *PollingRfAPI) GetRfAPI() string

func (*PollingRfAPI) GetUserToken

func (x *PollingRfAPI) GetUserToken() string

func (*PollingRfAPI) ProtoMessage

func (*PollingRfAPI) ProtoMessage()

func (*PollingRfAPI) ProtoReflect

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

func (*PollingRfAPI) Reset

func (x *PollingRfAPI) Reset()

func (*PollingRfAPI) String

func (x *PollingRfAPI) String() string

type RedfishInfo

type RedfishInfo struct {
	IpAddress string `protobuf:"bytes,1,opt,name=IpAddress,proto3" json:"IpAddress,omitempty"`
	UserToken string `protobuf:"bytes,2,opt,name=userToken,proto3" json:"userToken,omitempty"`
	// contains filtered or unexported fields
}

func (*RedfishInfo) Descriptor deprecated

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

Deprecated: Use RedfishInfo.ProtoReflect.Descriptor instead.

func (*RedfishInfo) GetIpAddress

func (x *RedfishInfo) GetIpAddress() string

func (*RedfishInfo) GetUserToken

func (x *RedfishInfo) GetUserToken() string

func (*RedfishInfo) ProtoMessage

func (*RedfishInfo) ProtoMessage()

func (*RedfishInfo) ProtoReflect

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

func (*RedfishInfo) Reset

func (x *RedfishInfo) Reset()

func (*RedfishInfo) String

func (x *RedfishInfo) String() string

type RfAPIList

type RfAPIList struct {
	RfAPIList []string `protobuf:"bytes,1,rep,name=rfAPIList,proto3" json:"rfAPIList,omitempty"`
	// contains filtered or unexported fields
}

func (*RfAPIList) Descriptor deprecated

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

Deprecated: Use RfAPIList.ProtoReflect.Descriptor instead.

func (*RfAPIList) GetRfAPIList

func (x *RfAPIList) GetRfAPIList() []string

func (*RfAPIList) ProtoMessage

func (*RfAPIList) ProtoMessage()

func (*RfAPIList) ProtoReflect

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

func (*RfAPIList) Reset

func (x *RfAPIList) Reset()

func (*RfAPIList) String

func (x *RfAPIList) String() string

type UnimplementedDeviceManagementServer

type UnimplementedDeviceManagementServer struct {
}

UnimplementedDeviceManagementServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeviceManagementServer) AddPollingRfAPI

func (*UnimplementedDeviceManagementServer) ChangeDeviceUserPassword

func (*UnimplementedDeviceManagementServer) CreateDeviceAccount

func (*UnimplementedDeviceManagementServer) DeleteDeviceList

func (*UnimplementedDeviceManagementServer) EnableLogServiceState

func (*UnimplementedDeviceManagementServer) GenericDeviceAccess

func (*UnimplementedDeviceManagementServer) GetCurrentDevices

func (*UnimplementedDeviceManagementServer) GetDeviceData

func (*UnimplementedDeviceManagementServer) GetDeviceLogData

func (*UnimplementedDeviceManagementServer) GetDeviceTemperatures

func (*UnimplementedDeviceManagementServer) GetRfAPIList

func (*UnimplementedDeviceManagementServer) ListDeviceAccounts

func (*UnimplementedDeviceManagementServer) LoginDevice

func (*UnimplementedDeviceManagementServer) LogoutDevice

func (*UnimplementedDeviceManagementServer) RemoveDeviceAccount

func (*UnimplementedDeviceManagementServer) RemovePollingRfAPI

func (*UnimplementedDeviceManagementServer) ResetDeviceLogData

func (*UnimplementedDeviceManagementServer) SendDeviceList

func (*UnimplementedDeviceManagementServer) SetFrequency

func (*UnimplementedDeviceManagementServer) SetSessionService

func (*UnimplementedDeviceManagementServer) StartQueryDeviceData

func (*UnimplementedDeviceManagementServer) StopQueryDeviceData

Jump to

Keyboard shortcuts

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