Versions in this module Expand all Collapse all v0 v0.7.0 Dec 5, 2019 Changes in this version + var ResponseStatus_name = map[int32]string + var ResponseStatus_value = map[string]int32 + func RegisterMgmtCtlServer(s *grpc.Server, srv MgmtCtlServer) + type DeviceScanReply struct + Device string + Numanode uint32 + Provider string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeviceScanReply) Descriptor() ([]byte, []int) + func (*DeviceScanReply) ProtoMessage() + func (dst *DeviceScanReply) XXX_Merge(src proto.Message) + func (m *DeviceScanReply) GetDevice() string + func (m *DeviceScanReply) GetNumanode() uint32 + func (m *DeviceScanReply) GetProvider() string + func (m *DeviceScanReply) Reset() + func (m *DeviceScanReply) String() string + func (m *DeviceScanReply) XXX_DiscardUnknown() + func (m *DeviceScanReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeviceScanReply) XXX_Size() int + func (m *DeviceScanReply) XXX_Unmarshal(b []byte) error + type DeviceScanRequest struct + Provider string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeviceScanRequest) Descriptor() ([]byte, []int) + func (*DeviceScanRequest) ProtoMessage() + func (dst *DeviceScanRequest) XXX_Merge(src proto.Message) + func (m *DeviceScanRequest) GetProvider() string + func (m *DeviceScanRequest) Reset() + func (m *DeviceScanRequest) String() string + func (m *DeviceScanRequest) XXX_DiscardUnknown() + func (m *DeviceScanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeviceScanRequest) XXX_Size() int + func (m *DeviceScanRequest) XXX_Unmarshal(b []byte) error + type EmptyReq struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EmptyReq) Descriptor() ([]byte, []int) + func (*EmptyReq) ProtoMessage() + func (dst *EmptyReq) XXX_Merge(src proto.Message) + func (m *EmptyReq) Reset() + func (m *EmptyReq) String() string + func (m *EmptyReq) XXX_DiscardUnknown() + func (m *EmptyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EmptyReq) XXX_Size() int + func (m *EmptyReq) XXX_Unmarshal(b []byte) error + type FilePath struct + Path string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FilePath) Descriptor() ([]byte, []int) + func (*FilePath) ProtoMessage() + func (dst *FilePath) XXX_Merge(src proto.Message) + func (m *FilePath) GetPath() string + func (m *FilePath) Reset() + func (m *FilePath) String() string + func (m *FilePath) XXX_DiscardUnknown() + func (m *FilePath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FilePath) XXX_Size() int + func (m *FilePath) XXX_Unmarshal(b []byte) error + type FormatNvmeReq struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FormatNvmeReq) Descriptor() ([]byte, []int) + func (*FormatNvmeReq) ProtoMessage() + func (dst *FormatNvmeReq) XXX_Merge(src proto.Message) + func (m *FormatNvmeReq) Reset() + func (m *FormatNvmeReq) String() string + func (m *FormatNvmeReq) XXX_DiscardUnknown() + func (m *FormatNvmeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FormatNvmeReq) XXX_Size() int + func (m *FormatNvmeReq) XXX_Unmarshal(b []byte) error + type FormatScmReq struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FormatScmReq) Descriptor() ([]byte, []int) + func (*FormatScmReq) ProtoMessage() + func (dst *FormatScmReq) XXX_Merge(src proto.Message) + func (m *FormatScmReq) Reset() + func (m *FormatScmReq) String() string + func (m *FormatScmReq) XXX_DiscardUnknown() + func (m *FormatScmReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FormatScmReq) XXX_Size() int + func (m *FormatScmReq) XXX_Unmarshal(b []byte) error + type MgmtCtlClient interface + NetworkListProviders func(ctx context.Context, in *ProviderListRequest, opts ...grpc.CallOption) (*ProviderListReply, error) + NetworkScanDevices func(ctx context.Context, in *DeviceScanRequest, opts ...grpc.CallOption) (MgmtCtl_NetworkScanDevicesClient, error) + StorageFormat func(ctx context.Context, in *StorageFormatReq, opts ...grpc.CallOption) (MgmtCtl_StorageFormatClient, error) + StoragePrepare func(ctx context.Context, in *StoragePrepareReq, opts ...grpc.CallOption) (*StoragePrepareResp, error) + StorageScan func(ctx context.Context, in *StorageScanReq, opts ...grpc.CallOption) (*StorageScanResp, error) + SystemMemberQuery func(ctx context.Context, in *SystemMemberQueryReq, opts ...grpc.CallOption) (*SystemMemberQueryResp, error) + SystemStop func(ctx context.Context, in *SystemStopReq, opts ...grpc.CallOption) (*SystemStopResp, error) + func NewMgmtCtlClient(cc *grpc.ClientConn) MgmtCtlClient + type MgmtCtlServer interface + NetworkListProviders func(context.Context, *ProviderListRequest) (*ProviderListReply, error) + NetworkScanDevices func(*DeviceScanRequest, MgmtCtl_NetworkScanDevicesServer) error + StorageFormat func(*StorageFormatReq, MgmtCtl_StorageFormatServer) error + StoragePrepare func(context.Context, *StoragePrepareReq) (*StoragePrepareResp, error) + StorageScan func(context.Context, *StorageScanReq) (*StorageScanResp, error) + SystemMemberQuery func(context.Context, *SystemMemberQueryReq) (*SystemMemberQueryResp, error) + SystemStop func(context.Context, *SystemStopReq) (*SystemStopResp, error) + type MgmtCtl_NetworkScanDevicesClient interface + Recv func() (*DeviceScanReply, error) + type MgmtCtl_NetworkScanDevicesServer interface + Send func(*DeviceScanReply) error + type MgmtCtl_StorageFormatClient interface + Recv func() (*StorageFormatResp, error) + type MgmtCtl_StorageFormatServer interface + Send func(*StorageFormatResp) error + type NvmeController struct + Fwrev string + Healthstats *NvmeController_Health + Model string + Namespaces []*NvmeController_Namespace + Pciaddr string + Serial string + Socketid int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NvmeController) Descriptor() ([]byte, []int) + func (*NvmeController) ProtoMessage() + func (dst *NvmeController) XXX_Merge(src proto.Message) + func (m *NvmeController) GetFwrev() string + func (m *NvmeController) GetHealthstats() *NvmeController_Health + func (m *NvmeController) GetModel() string + func (m *NvmeController) GetNamespaces() []*NvmeController_Namespace + func (m *NvmeController) GetPciaddr() string + func (m *NvmeController) GetSerial() string + func (m *NvmeController) GetSocketid() int32 + func (m *NvmeController) Reset() + func (m *NvmeController) String() string + func (m *NvmeController) XXX_DiscardUnknown() + func (m *NvmeController) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NvmeController) XXX_Size() int + func (m *NvmeController) XXX_Unmarshal(b []byte) error + type NvmeControllerResult struct + Pciaddr string + State *ResponseState + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NvmeControllerResult) Descriptor() ([]byte, []int) + func (*NvmeControllerResult) ProtoMessage() + func (dst *NvmeControllerResult) XXX_Merge(src proto.Message) + func (m *NvmeControllerResult) GetPciaddr() string + func (m *NvmeControllerResult) GetState() *ResponseState + func (m *NvmeControllerResult) Reset() + func (m *NvmeControllerResult) String() string + func (m *NvmeControllerResult) XXX_DiscardUnknown() + func (m *NvmeControllerResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NvmeControllerResult) XXX_Size() int + func (m *NvmeControllerResult) XXX_Unmarshal(b []byte) error + type NvmeController_Health struct + Availsparewarn bool + Ctrlbusytime uint64 + Ctrlrpciaddr string + Errorlogentries uint64 + Mediaerrors uint64 + Powercycles uint64 + Poweronhours uint64 + Readonlywarn bool + Reliabilitywarn bool + Temp uint32 + Tempcrittime uint32 + Tempwarn bool + Tempwarntime uint32 + Unsafeshutdowns uint64 + Volatilewarn bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NvmeController_Health) Descriptor() ([]byte, []int) + func (*NvmeController_Health) ProtoMessage() + func (dst *NvmeController_Health) XXX_Merge(src proto.Message) + func (m *NvmeController_Health) GetAvailsparewarn() bool + func (m *NvmeController_Health) GetCtrlbusytime() uint64 + func (m *NvmeController_Health) GetCtrlrpciaddr() string + func (m *NvmeController_Health) GetErrorlogentries() uint64 + func (m *NvmeController_Health) GetMediaerrors() uint64 + func (m *NvmeController_Health) GetPowercycles() uint64 + func (m *NvmeController_Health) GetPoweronhours() uint64 + func (m *NvmeController_Health) GetReadonlywarn() bool + func (m *NvmeController_Health) GetReliabilitywarn() bool + func (m *NvmeController_Health) GetTemp() uint32 + func (m *NvmeController_Health) GetTempcrittime() uint32 + func (m *NvmeController_Health) GetTempwarn() bool + func (m *NvmeController_Health) GetTempwarntime() uint32 + func (m *NvmeController_Health) GetUnsafeshutdowns() uint64 + func (m *NvmeController_Health) GetVolatilewarn() bool + func (m *NvmeController_Health) Reset() + func (m *NvmeController_Health) String() string + func (m *NvmeController_Health) XXX_DiscardUnknown() + func (m *NvmeController_Health) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NvmeController_Health) XXX_Size() int + func (m *NvmeController_Health) XXX_Unmarshal(b []byte) error + type NvmeController_Namespace struct + Ctrlrpciaddr string + Id int32 + Size int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NvmeController_Namespace) Descriptor() ([]byte, []int) + func (*NvmeController_Namespace) ProtoMessage() + func (dst *NvmeController_Namespace) XXX_Merge(src proto.Message) + func (m *NvmeController_Namespace) GetCtrlrpciaddr() string + func (m *NvmeController_Namespace) GetId() int32 + func (m *NvmeController_Namespace) GetSize() int32 + func (m *NvmeController_Namespace) Reset() + func (m *NvmeController_Namespace) String() string + func (m *NvmeController_Namespace) XXX_DiscardUnknown() + func (m *NvmeController_Namespace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NvmeController_Namespace) XXX_Size() int + func (m *NvmeController_Namespace) XXX_Unmarshal(b []byte) error + type PmemDevice struct + Blockdev string + Dev string + Numanode uint32 + Size uint64 + Uuid string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PmemDevice) Descriptor() ([]byte, []int) + func (*PmemDevice) ProtoMessage() + func (dst *PmemDevice) XXX_Merge(src proto.Message) + func (m *PmemDevice) GetBlockdev() string + func (m *PmemDevice) GetDev() string + func (m *PmemDevice) GetNumanode() uint32 + func (m *PmemDevice) GetSize() uint64 + func (m *PmemDevice) GetUuid() string + func (m *PmemDevice) Reset() + func (m *PmemDevice) String() string + func (m *PmemDevice) XXX_DiscardUnknown() + func (m *PmemDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PmemDevice) XXX_Size() int + func (m *PmemDevice) XXX_Unmarshal(b []byte) error + type PrepareNvmeReq struct + Nrhugepages int32 + Pciwhitelist string + Reset_ bool + Targetuser string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PrepareNvmeReq) Descriptor() ([]byte, []int) + func (*PrepareNvmeReq) ProtoMessage() + func (dst *PrepareNvmeReq) XXX_Merge(src proto.Message) + func (m *PrepareNvmeReq) GetNrhugepages() int32 + func (m *PrepareNvmeReq) GetPciwhitelist() string + func (m *PrepareNvmeReq) GetReset_() bool + func (m *PrepareNvmeReq) GetTargetuser() string + func (m *PrepareNvmeReq) Reset() + func (m *PrepareNvmeReq) String() string + func (m *PrepareNvmeReq) XXX_DiscardUnknown() + func (m *PrepareNvmeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PrepareNvmeReq) XXX_Size() int + func (m *PrepareNvmeReq) XXX_Unmarshal(b []byte) error + type PrepareNvmeResp struct + State *ResponseState + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PrepareNvmeResp) Descriptor() ([]byte, []int) + func (*PrepareNvmeResp) ProtoMessage() + func (dst *PrepareNvmeResp) XXX_Merge(src proto.Message) + func (m *PrepareNvmeResp) GetState() *ResponseState + func (m *PrepareNvmeResp) Reset() + func (m *PrepareNvmeResp) String() string + func (m *PrepareNvmeResp) XXX_DiscardUnknown() + func (m *PrepareNvmeResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PrepareNvmeResp) XXX_Size() int + func (m *PrepareNvmeResp) XXX_Unmarshal(b []byte) error + type PrepareScmReq struct + Reset_ bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PrepareScmReq) Descriptor() ([]byte, []int) + func (*PrepareScmReq) ProtoMessage() + func (dst *PrepareScmReq) XXX_Merge(src proto.Message) + func (m *PrepareScmReq) GetReset_() bool + func (m *PrepareScmReq) Reset() + func (m *PrepareScmReq) String() string + func (m *PrepareScmReq) XXX_DiscardUnknown() + func (m *PrepareScmReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PrepareScmReq) XXX_Size() int + func (m *PrepareScmReq) XXX_Unmarshal(b []byte) error + type PrepareScmResp struct + Pmems []*PmemDevice + State *ResponseState + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PrepareScmResp) Descriptor() ([]byte, []int) + func (*PrepareScmResp) ProtoMessage() + func (dst *PrepareScmResp) XXX_Merge(src proto.Message) + func (m *PrepareScmResp) GetPmems() []*PmemDevice + func (m *PrepareScmResp) GetState() *ResponseState + func (m *PrepareScmResp) Reset() + func (m *PrepareScmResp) String() string + func (m *PrepareScmResp) XXX_DiscardUnknown() + func (m *PrepareScmResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PrepareScmResp) XXX_Size() int + func (m *PrepareScmResp) XXX_Unmarshal(b []byte) error + type ProviderListReply struct + Provider string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProviderListReply) Descriptor() ([]byte, []int) + func (*ProviderListReply) ProtoMessage() + func (dst *ProviderListReply) XXX_Merge(src proto.Message) + func (m *ProviderListReply) GetProvider() string + func (m *ProviderListReply) Reset() + func (m *ProviderListReply) String() string + func (m *ProviderListReply) XXX_DiscardUnknown() + func (m *ProviderListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProviderListReply) XXX_Size() int + func (m *ProviderListReply) XXX_Unmarshal(b []byte) error + type ProviderListRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProviderListRequest) Descriptor() ([]byte, []int) + func (*ProviderListRequest) ProtoMessage() + func (dst *ProviderListRequest) XXX_Merge(src proto.Message) + func (m *ProviderListRequest) Reset() + func (m *ProviderListRequest) String() string + func (m *ProviderListRequest) XXX_DiscardUnknown() + func (m *ProviderListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProviderListRequest) XXX_Size() int + func (m *ProviderListRequest) XXX_Unmarshal(b []byte) error + type ResponseState struct + Error string + Info string + Status ResponseStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ResponseState) Descriptor() ([]byte, []int) + func (*ResponseState) ProtoMessage() + func (dst *ResponseState) XXX_Merge(src proto.Message) + func (m *ResponseState) GetError() string + func (m *ResponseState) GetInfo() string + func (m *ResponseState) GetStatus() ResponseStatus + func (m *ResponseState) Reset() + func (m *ResponseState) String() string + func (m *ResponseState) XXX_DiscardUnknown() + func (m *ResponseState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseState) XXX_Size() int + func (m *ResponseState) XXX_Unmarshal(b []byte) error + type ResponseStatus int32 + const ResponseStatus_CTL_ERR_APP + const ResponseStatus_CTL_ERR_CONF + const ResponseStatus_CTL_ERR_NVME + const ResponseStatus_CTL_ERR_SCM + const ResponseStatus_CTL_ERR_UNKNOWN + const ResponseStatus_CTL_IN_PROGRESS + const ResponseStatus_CTL_NO_IMPL + const ResponseStatus_CTL_SUCCESS + const ResponseStatus_CTL_WAITING + func (ResponseStatus) EnumDescriptor() ([]byte, []int) + func (x ResponseStatus) String() string + type ScanNvmeReq struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ScanNvmeReq) Descriptor() ([]byte, []int) + func (*ScanNvmeReq) ProtoMessage() + func (dst *ScanNvmeReq) XXX_Merge(src proto.Message) + func (m *ScanNvmeReq) Reset() + func (m *ScanNvmeReq) String() string + func (m *ScanNvmeReq) XXX_DiscardUnknown() + func (m *ScanNvmeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ScanNvmeReq) XXX_Size() int + func (m *ScanNvmeReq) XXX_Unmarshal(b []byte) error + type ScanNvmeResp struct + Ctrlrs []*NvmeController + State *ResponseState + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ScanNvmeResp) Descriptor() ([]byte, []int) + func (*ScanNvmeResp) ProtoMessage() + func (dst *ScanNvmeResp) XXX_Merge(src proto.Message) + func (m *ScanNvmeResp) GetCtrlrs() []*NvmeController + func (m *ScanNvmeResp) GetState() *ResponseState + func (m *ScanNvmeResp) Reset() + func (m *ScanNvmeResp) String() string + func (m *ScanNvmeResp) XXX_DiscardUnknown() + func (m *ScanNvmeResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ScanNvmeResp) XXX_Size() int + func (m *ScanNvmeResp) XXX_Unmarshal(b []byte) error + type ScanScmReq struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ScanScmReq) Descriptor() ([]byte, []int) + func (*ScanScmReq) ProtoMessage() + func (dst *ScanScmReq) XXX_Merge(src proto.Message) + func (m *ScanScmReq) Reset() + func (m *ScanScmReq) String() string + func (m *ScanScmReq) XXX_DiscardUnknown() + func (m *ScanScmReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ScanScmReq) XXX_Size() int + func (m *ScanScmReq) XXX_Unmarshal(b []byte) error + type ScanScmResp struct + Modules []*ScmModule + Pmems []*PmemDevice + State *ResponseState + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ScanScmResp) Descriptor() ([]byte, []int) + func (*ScanScmResp) ProtoMessage() + func (dst *ScanScmResp) XXX_Merge(src proto.Message) + func (m *ScanScmResp) GetModules() []*ScmModule + func (m *ScanScmResp) GetPmems() []*PmemDevice + func (m *ScanScmResp) GetState() *ResponseState + func (m *ScanScmResp) Reset() + func (m *ScanScmResp) String() string + func (m *ScanScmResp) XXX_DiscardUnknown() + func (m *ScanScmResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ScanScmResp) XXX_Size() int + func (m *ScanScmResp) XXX_Unmarshal(b []byte) error + type ScmModule struct + Capacity uint64 + Loc *ScmModule_Location + Physicalid uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ScmModule) Descriptor() ([]byte, []int) + func (*ScmModule) ProtoMessage() + func (dst *ScmModule) XXX_Merge(src proto.Message) + func (m *ScmModule) GetCapacity() uint64 + func (m *ScmModule) GetLoc() *ScmModule_Location + func (m *ScmModule) GetPhysicalid() uint32 + func (m *ScmModule) Reset() + func (m *ScmModule) String() string + func (m *ScmModule) XXX_DiscardUnknown() + func (m *ScmModule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ScmModule) XXX_Size() int + func (m *ScmModule) XXX_Unmarshal(b []byte) error + type ScmModuleResult struct + Loc *ScmModule_Location + State *ResponseState + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ScmModuleResult) Descriptor() ([]byte, []int) + func (*ScmModuleResult) ProtoMessage() + func (dst *ScmModuleResult) XXX_Merge(src proto.Message) + func (m *ScmModuleResult) GetLoc() *ScmModule_Location + func (m *ScmModuleResult) GetState() *ResponseState + func (m *ScmModuleResult) Reset() + func (m *ScmModuleResult) String() string + func (m *ScmModuleResult) XXX_DiscardUnknown() + func (m *ScmModuleResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ScmModuleResult) XXX_Size() int + func (m *ScmModuleResult) XXX_Unmarshal(b []byte) error + type ScmModule_Location struct + Channel uint32 + Channelpos uint32 + Memctrlr uint32 + Socket uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ScmModule_Location) Descriptor() ([]byte, []int) + func (*ScmModule_Location) ProtoMessage() + func (dst *ScmModule_Location) XXX_Merge(src proto.Message) + func (m *ScmModule_Location) GetChannel() uint32 + func (m *ScmModule_Location) GetChannelpos() uint32 + func (m *ScmModule_Location) GetMemctrlr() uint32 + func (m *ScmModule_Location) GetSocket() uint32 + func (m *ScmModule_Location) Reset() + func (m *ScmModule_Location) String() string + func (m *ScmModule_Location) XXX_DiscardUnknown() + func (m *ScmModule_Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ScmModule_Location) XXX_Size() int + func (m *ScmModule_Location) XXX_Unmarshal(b []byte) error + type ScmMount struct + Mntpoint string + Modules []*ScmModule + Pmem *PmemDevice + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ScmMount) Descriptor() ([]byte, []int) + func (*ScmMount) ProtoMessage() + func (dst *ScmMount) XXX_Merge(src proto.Message) + func (m *ScmMount) GetMntpoint() string + func (m *ScmMount) GetModules() []*ScmModule + func (m *ScmMount) GetPmem() *PmemDevice + func (m *ScmMount) Reset() + func (m *ScmMount) String() string + func (m *ScmMount) XXX_DiscardUnknown() + func (m *ScmMount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ScmMount) XXX_Size() int + func (m *ScmMount) XXX_Unmarshal(b []byte) error + type ScmMountResult struct + Mntpoint string + State *ResponseState + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ScmMountResult) Descriptor() ([]byte, []int) + func (*ScmMountResult) ProtoMessage() + func (dst *ScmMountResult) XXX_Merge(src proto.Message) + func (m *ScmMountResult) GetMntpoint() string + func (m *ScmMountResult) GetState() *ResponseState + func (m *ScmMountResult) Reset() + func (m *ScmMountResult) String() string + func (m *ScmMountResult) XXX_DiscardUnknown() + func (m *ScmMountResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ScmMountResult) XXX_Size() int + func (m *ScmMountResult) XXX_Unmarshal(b []byte) error + type StorageFormatReq struct + Nvme *FormatNvmeReq + Reformat bool + Scm *FormatScmReq + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StorageFormatReq) Descriptor() ([]byte, []int) + func (*StorageFormatReq) ProtoMessage() + func (dst *StorageFormatReq) XXX_Merge(src proto.Message) + func (m *StorageFormatReq) GetNvme() *FormatNvmeReq + func (m *StorageFormatReq) GetReformat() bool + func (m *StorageFormatReq) GetScm() *FormatScmReq + func (m *StorageFormatReq) Reset() + func (m *StorageFormatReq) String() string + func (m *StorageFormatReq) XXX_DiscardUnknown() + func (m *StorageFormatReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StorageFormatReq) XXX_Size() int + func (m *StorageFormatReq) XXX_Unmarshal(b []byte) error + type StorageFormatResp struct + Crets []*NvmeControllerResult + Mrets []*ScmMountResult + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StorageFormatResp) Descriptor() ([]byte, []int) + func (*StorageFormatResp) ProtoMessage() + func (dst *StorageFormatResp) XXX_Merge(src proto.Message) + func (m *StorageFormatResp) GetCrets() []*NvmeControllerResult + func (m *StorageFormatResp) GetMrets() []*ScmMountResult + func (m *StorageFormatResp) Reset() + func (m *StorageFormatResp) String() string + func (m *StorageFormatResp) XXX_DiscardUnknown() + func (m *StorageFormatResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StorageFormatResp) XXX_Size() int + func (m *StorageFormatResp) XXX_Unmarshal(b []byte) error + type StoragePrepareReq struct + Nvme *PrepareNvmeReq + Scm *PrepareScmReq + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StoragePrepareReq) Descriptor() ([]byte, []int) + func (*StoragePrepareReq) ProtoMessage() + func (dst *StoragePrepareReq) XXX_Merge(src proto.Message) + func (m *StoragePrepareReq) GetNvme() *PrepareNvmeReq + func (m *StoragePrepareReq) GetScm() *PrepareScmReq + func (m *StoragePrepareReq) Reset() + func (m *StoragePrepareReq) String() string + func (m *StoragePrepareReq) XXX_DiscardUnknown() + func (m *StoragePrepareReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StoragePrepareReq) XXX_Size() int + func (m *StoragePrepareReq) XXX_Unmarshal(b []byte) error + type StoragePrepareResp struct + Nvme *PrepareNvmeResp + Scm *PrepareScmResp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StoragePrepareResp) Descriptor() ([]byte, []int) + func (*StoragePrepareResp) ProtoMessage() + func (dst *StoragePrepareResp) XXX_Merge(src proto.Message) + func (m *StoragePrepareResp) GetNvme() *PrepareNvmeResp + func (m *StoragePrepareResp) GetScm() *PrepareScmResp + func (m *StoragePrepareResp) Reset() + func (m *StoragePrepareResp) String() string + func (m *StoragePrepareResp) XXX_DiscardUnknown() + func (m *StoragePrepareResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StoragePrepareResp) XXX_Size() int + func (m *StoragePrepareResp) XXX_Unmarshal(b []byte) error + type StorageScanReq struct + Nvme *ScanNvmeReq + Scm *ScanScmReq + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StorageScanReq) Descriptor() ([]byte, []int) + func (*StorageScanReq) ProtoMessage() + func (dst *StorageScanReq) XXX_Merge(src proto.Message) + func (m *StorageScanReq) GetNvme() *ScanNvmeReq + func (m *StorageScanReq) GetScm() *ScanScmReq + func (m *StorageScanReq) Reset() + func (m *StorageScanReq) String() string + func (m *StorageScanReq) XXX_DiscardUnknown() + func (m *StorageScanReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StorageScanReq) XXX_Size() int + func (m *StorageScanReq) XXX_Unmarshal(b []byte) error + type StorageScanResp struct + Nvme *ScanNvmeResp + Scm *ScanScmResp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StorageScanResp) Descriptor() ([]byte, []int) + func (*StorageScanResp) ProtoMessage() + func (dst *StorageScanResp) XXX_Merge(src proto.Message) + func (m *StorageScanResp) GetNvme() *ScanNvmeResp + func (m *StorageScanResp) GetScm() *ScanScmResp + func (m *StorageScanResp) Reset() + func (m *StorageScanResp) String() string + func (m *StorageScanResp) XXX_DiscardUnknown() + func (m *StorageScanResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StorageScanResp) XXX_Size() int + func (m *StorageScanResp) XXX_Unmarshal(b []byte) error + type SystemMember struct + Addr string + Rank uint32 + Uuid string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SystemMember) Descriptor() ([]byte, []int) + func (*SystemMember) ProtoMessage() + func (dst *SystemMember) XXX_Merge(src proto.Message) + func (m *SystemMember) GetAddr() string + func (m *SystemMember) GetRank() uint32 + func (m *SystemMember) GetUuid() string + func (m *SystemMember) Reset() + func (m *SystemMember) String() string + func (m *SystemMember) XXX_DiscardUnknown() + func (m *SystemMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SystemMember) XXX_Size() int + func (m *SystemMember) XXX_Unmarshal(b []byte) error + type SystemMemberQueryReq struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SystemMemberQueryReq) Descriptor() ([]byte, []int) + func (*SystemMemberQueryReq) ProtoMessage() + func (dst *SystemMemberQueryReq) XXX_Merge(src proto.Message) + func (m *SystemMemberQueryReq) Reset() + func (m *SystemMemberQueryReq) String() string + func (m *SystemMemberQueryReq) XXX_DiscardUnknown() + func (m *SystemMemberQueryReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SystemMemberQueryReq) XXX_Size() int + func (m *SystemMemberQueryReq) XXX_Unmarshal(b []byte) error + type SystemMemberQueryResp struct + Members []*SystemMember + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SystemMemberQueryResp) Descriptor() ([]byte, []int) + func (*SystemMemberQueryResp) ProtoMessage() + func (dst *SystemMemberQueryResp) XXX_Merge(src proto.Message) + func (m *SystemMemberQueryResp) GetMembers() []*SystemMember + func (m *SystemMemberQueryResp) Reset() + func (m *SystemMemberQueryResp) String() string + func (m *SystemMemberQueryResp) XXX_DiscardUnknown() + func (m *SystemMemberQueryResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SystemMemberQueryResp) XXX_Size() int + func (m *SystemMemberQueryResp) XXX_Unmarshal(b []byte) error + type SystemStopReq struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SystemStopReq) Descriptor() ([]byte, []int) + func (*SystemStopReq) ProtoMessage() + func (dst *SystemStopReq) XXX_Merge(src proto.Message) + func (m *SystemStopReq) Reset() + func (m *SystemStopReq) String() string + func (m *SystemStopReq) XXX_DiscardUnknown() + func (m *SystemStopReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SystemStopReq) XXX_Size() int + func (m *SystemStopReq) XXX_Unmarshal(b []byte) error + type SystemStopResp struct + Results []*SystemStopResp_Result + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SystemStopResp) Descriptor() ([]byte, []int) + func (*SystemStopResp) ProtoMessage() + func (dst *SystemStopResp) XXX_Merge(src proto.Message) + func (m *SystemStopResp) GetResults() []*SystemStopResp_Result + func (m *SystemStopResp) Reset() + func (m *SystemStopResp) String() string + func (m *SystemStopResp) XXX_DiscardUnknown() + func (m *SystemStopResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SystemStopResp) XXX_Size() int + func (m *SystemStopResp) XXX_Unmarshal(b []byte) error + type SystemStopResp_Result struct + Action string + Errored bool + Id string + Msg string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SystemStopResp_Result) Descriptor() ([]byte, []int) + func (*SystemStopResp_Result) ProtoMessage() + func (dst *SystemStopResp_Result) XXX_Merge(src proto.Message) + func (m *SystemStopResp_Result) GetAction() string + func (m *SystemStopResp_Result) GetErrored() bool + func (m *SystemStopResp_Result) GetId() string + func (m *SystemStopResp_Result) GetMsg() string + func (m *SystemStopResp_Result) Reset() + func (m *SystemStopResp_Result) String() string + func (m *SystemStopResp_Result) XXX_DiscardUnknown() + func (m *SystemStopResp_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SystemStopResp_Result) XXX_Size() int + func (m *SystemStopResp_Result) XXX_Unmarshal(b []byte) error