managementv1alpha1

package
v0.0.0-...-fe9013e Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2023 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PowerSignal_name = map[int32]string{
		0: "POWER_SIGNAL_UNSPECIFIED",
		1: "POWER_SIGNAL_ON",
		2: "POWER_SIGNAL_OFF",
		3: "POWER_SIGNAL_RESET",
	}
	PowerSignal_value = map[string]int32{
		"POWER_SIGNAL_UNSPECIFIED": 0,
		"POWER_SIGNAL_ON":          1,
		"POWER_SIGNAL_OFF":         2,
		"POWER_SIGNAL_RESET":       3,
	}
)

Enum value maps for PowerSignal.

View Source
var (
	PowerState_name = map[int32]string{
		0: "POWER_STATE_UNSPECIFIED",
		1: "POWER_STATE_ON",
		2: "POWER_STATE_OFF",
	}
	PowerState_value = map[string]int32{
		"POWER_STATE_UNSPECIFIED": 0,
		"POWER_STATE_ON":          1,
		"POWER_STATE_OFF":         2,
	}
)

Enum value maps for PowerState.

View Source
var File_management_v1alpha1_management_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetComplexDeviceDataRequest

type GetComplexDeviceDataRequest struct {
	Device string `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Number uint32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComplexDeviceDataRequest) Descriptor deprecated

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

Deprecated: Use GetComplexDeviceDataRequest.ProtoReflect.Descriptor instead.

func (*GetComplexDeviceDataRequest) GetDevice

func (x *GetComplexDeviceDataRequest) GetDevice() string

func (*GetComplexDeviceDataRequest) GetNumber

func (x *GetComplexDeviceDataRequest) GetNumber() uint32

func (*GetComplexDeviceDataRequest) ProtoMessage

func (*GetComplexDeviceDataRequest) ProtoMessage()

func (*GetComplexDeviceDataRequest) ProtoReflect

func (*GetComplexDeviceDataRequest) Reset

func (x *GetComplexDeviceDataRequest) Reset()

func (*GetComplexDeviceDataRequest) String

func (x *GetComplexDeviceDataRequest) String() string

type GetComplexDeviceDataResponse

type GetComplexDeviceDataResponse struct {
	Data *structpb.Struct `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComplexDeviceDataResponse) Descriptor deprecated

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

Deprecated: Use GetComplexDeviceDataResponse.ProtoReflect.Descriptor instead.

func (*GetComplexDeviceDataResponse) GetData

func (*GetComplexDeviceDataResponse) ProtoMessage

func (*GetComplexDeviceDataResponse) ProtoMessage()

func (*GetComplexDeviceDataResponse) ProtoReflect

func (*GetComplexDeviceDataResponse) Reset

func (x *GetComplexDeviceDataResponse) Reset()

func (*GetComplexDeviceDataResponse) String

type GetPowerStateRequest

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

func (*GetPowerStateRequest) Descriptor deprecated

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

Deprecated: Use GetPowerStateRequest.ProtoReflect.Descriptor instead.

func (*GetPowerStateRequest) ProtoMessage

func (*GetPowerStateRequest) ProtoMessage()

func (*GetPowerStateRequest) ProtoReflect

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

func (*GetPowerStateRequest) Reset

func (x *GetPowerStateRequest) Reset()

func (*GetPowerStateRequest) String

func (x *GetPowerStateRequest) String() string

type GetPowerStateResponse

type GetPowerStateResponse struct {
	State PowerState `protobuf:"varint,1,opt,name=state,proto3,enum=management.v1alpha1.PowerState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPowerStateResponse) Descriptor deprecated

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

Deprecated: Use GetPowerStateResponse.ProtoReflect.Descriptor instead.

func (*GetPowerStateResponse) GetState

func (x *GetPowerStateResponse) GetState() PowerState

func (*GetPowerStateResponse) ProtoMessage

func (*GetPowerStateResponse) ProtoMessage()

func (*GetPowerStateResponse) ProtoReflect

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

func (*GetPowerStateResponse) Reset

func (x *GetPowerStateResponse) Reset()

func (*GetPowerStateResponse) String

func (x *GetPowerStateResponse) String() string

type GetSimpleDeviceDataRequest

type GetSimpleDeviceDataRequest struct {
	Device string `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Number uint32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSimpleDeviceDataRequest) Descriptor deprecated

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

Deprecated: Use GetSimpleDeviceDataRequest.ProtoReflect.Descriptor instead.

func (*GetSimpleDeviceDataRequest) GetDevice

func (x *GetSimpleDeviceDataRequest) GetDevice() string

func (*GetSimpleDeviceDataRequest) GetNumber

func (x *GetSimpleDeviceDataRequest) GetNumber() uint32

func (*GetSimpleDeviceDataRequest) ProtoMessage

func (*GetSimpleDeviceDataRequest) ProtoMessage()

func (*GetSimpleDeviceDataRequest) ProtoReflect

func (*GetSimpleDeviceDataRequest) Reset

func (x *GetSimpleDeviceDataRequest) Reset()

func (*GetSimpleDeviceDataRequest) String

func (x *GetSimpleDeviceDataRequest) String() string

type GetSimpleDeviceDataResponse

type GetSimpleDeviceDataResponse struct {
	Data *anypb.Any `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSimpleDeviceDataResponse) Descriptor deprecated

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

Deprecated: Use GetSimpleDeviceDataResponse.ProtoReflect.Descriptor instead.

func (*GetSimpleDeviceDataResponse) GetData

func (x *GetSimpleDeviceDataResponse) GetData() *anypb.Any

func (*GetSimpleDeviceDataResponse) ProtoMessage

func (*GetSimpleDeviceDataResponse) ProtoMessage()

func (*GetSimpleDeviceDataResponse) ProtoReflect

func (*GetSimpleDeviceDataResponse) Reset

func (x *GetSimpleDeviceDataResponse) Reset()

func (*GetSimpleDeviceDataResponse) String

func (x *GetSimpleDeviceDataResponse) String() string

type GetVersionRequest

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

func (*GetVersionRequest) Descriptor deprecated

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

Deprecated: Use GetVersionRequest.ProtoReflect.Descriptor instead.

func (*GetVersionRequest) ProtoMessage

func (*GetVersionRequest) ProtoMessage()

func (*GetVersionRequest) ProtoReflect

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

func (*GetVersionRequest) Reset

func (x *GetVersionRequest) Reset()

func (*GetVersionRequest) String

func (x *GetVersionRequest) String() string

type GetVersionResponse

type GetVersionResponse struct {
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	GitHash string `protobuf:"bytes,2,opt,name=git_hash,json=gitHash,proto3" json:"git_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVersionResponse) Descriptor deprecated

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

Deprecated: Use GetVersionResponse.ProtoReflect.Descriptor instead.

func (*GetVersionResponse) GetGitHash

func (x *GetVersionResponse) GetGitHash() string

func (*GetVersionResponse) GetVersion

func (x *GetVersionResponse) GetVersion() string

func (*GetVersionResponse) ProtoMessage

func (*GetVersionResponse) ProtoMessage()

func (*GetVersionResponse) ProtoReflect

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

func (*GetVersionResponse) Reset

func (x *GetVersionResponse) Reset()

func (*GetVersionResponse) String

func (x *GetVersionResponse) String() string

type PowerSignal

type PowerSignal int32
const (
	PowerSignal_POWER_SIGNAL_UNSPECIFIED PowerSignal = 0
	PowerSignal_POWER_SIGNAL_ON          PowerSignal = 1
	PowerSignal_POWER_SIGNAL_OFF         PowerSignal = 2
	PowerSignal_POWER_SIGNAL_RESET       PowerSignal = 3
)

func (PowerSignal) Descriptor

func (PowerSignal) Enum

func (x PowerSignal) Enum() *PowerSignal

func (PowerSignal) EnumDescriptor deprecated

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

Deprecated: Use PowerSignal.Descriptor instead.

func (PowerSignal) Number

func (x PowerSignal) Number() protoreflect.EnumNumber

func (PowerSignal) String

func (x PowerSignal) String() string

func (PowerSignal) Type

type PowerState

type PowerState int32
const (
	PowerState_POWER_STATE_UNSPECIFIED PowerState = 0
	PowerState_POWER_STATE_ON          PowerState = 1
	PowerState_POWER_STATE_OFF         PowerState = 2
)

func (PowerState) Descriptor

func (PowerState) Descriptor() protoreflect.EnumDescriptor

func (PowerState) Enum

func (x PowerState) Enum() *PowerState

func (PowerState) EnumDescriptor deprecated

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

Deprecated: Use PowerState.Descriptor instead.

func (PowerState) Number

func (x PowerState) Number() protoreflect.EnumNumber

func (PowerState) String

func (x PowerState) String() string

func (PowerState) Type

type SetComplexDeviceDataRequest

type SetComplexDeviceDataRequest struct {
	Device string           `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Number uint32           `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	Data   *structpb.Struct `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SetComplexDeviceDataRequest) Descriptor deprecated

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

Deprecated: Use SetComplexDeviceDataRequest.ProtoReflect.Descriptor instead.

func (*SetComplexDeviceDataRequest) GetData

func (*SetComplexDeviceDataRequest) GetDevice

func (x *SetComplexDeviceDataRequest) GetDevice() string

func (*SetComplexDeviceDataRequest) GetNumber

func (x *SetComplexDeviceDataRequest) GetNumber() uint32

func (*SetComplexDeviceDataRequest) ProtoMessage

func (*SetComplexDeviceDataRequest) ProtoMessage()

func (*SetComplexDeviceDataRequest) ProtoReflect

func (*SetComplexDeviceDataRequest) Reset

func (x *SetComplexDeviceDataRequest) Reset()

func (*SetComplexDeviceDataRequest) String

func (x *SetComplexDeviceDataRequest) String() string

type SetComplexDeviceDataResponse

type SetComplexDeviceDataResponse struct {
	Status uint32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*SetComplexDeviceDataResponse) Descriptor deprecated

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

Deprecated: Use SetComplexDeviceDataResponse.ProtoReflect.Descriptor instead.

func (*SetComplexDeviceDataResponse) GetStatus

func (x *SetComplexDeviceDataResponse) GetStatus() uint32

func (*SetComplexDeviceDataResponse) ProtoMessage

func (*SetComplexDeviceDataResponse) ProtoMessage()

func (*SetComplexDeviceDataResponse) ProtoReflect

func (*SetComplexDeviceDataResponse) Reset

func (x *SetComplexDeviceDataResponse) Reset()

func (*SetComplexDeviceDataResponse) String

type SetPowerStateRequest

type SetPowerStateRequest struct {
	Signal     PowerSignal `protobuf:"varint,1,opt,name=signal,proto3,enum=management.v1alpha1.PowerSignal" json:"signal,omitempty"`
	DurationMs uint32      `protobuf:"varint,2,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPowerStateRequest) Descriptor deprecated

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

Deprecated: Use SetPowerStateRequest.ProtoReflect.Descriptor instead.

func (*SetPowerStateRequest) GetDurationMs

func (x *SetPowerStateRequest) GetDurationMs() uint32

func (*SetPowerStateRequest) GetSignal

func (x *SetPowerStateRequest) GetSignal() PowerSignal

func (*SetPowerStateRequest) ProtoMessage

func (*SetPowerStateRequest) ProtoMessage()

func (*SetPowerStateRequest) ProtoReflect

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

func (*SetPowerStateRequest) Reset

func (x *SetPowerStateRequest) Reset()

func (*SetPowerStateRequest) String

func (x *SetPowerStateRequest) String() string

type SetPowerStateResponse

type SetPowerStateResponse struct {
	State PowerState `protobuf:"varint,1,opt,name=state,proto3,enum=management.v1alpha1.PowerState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*SetPowerStateResponse) Descriptor deprecated

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

Deprecated: Use SetPowerStateResponse.ProtoReflect.Descriptor instead.

func (*SetPowerStateResponse) GetState

func (x *SetPowerStateResponse) GetState() PowerState

func (*SetPowerStateResponse) ProtoMessage

func (*SetPowerStateResponse) ProtoMessage()

func (*SetPowerStateResponse) ProtoReflect

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

func (*SetPowerStateResponse) Reset

func (x *SetPowerStateResponse) Reset()

func (*SetPowerStateResponse) String

func (x *SetPowerStateResponse) String() string

type SetSimpleDeviceDataRequest

type SetSimpleDeviceDataRequest struct {
	Device string     `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Number uint32     `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	Data   *anypb.Any `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSimpleDeviceDataRequest) Descriptor deprecated

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

Deprecated: Use SetSimpleDeviceDataRequest.ProtoReflect.Descriptor instead.

func (*SetSimpleDeviceDataRequest) GetData

func (x *SetSimpleDeviceDataRequest) GetData() *anypb.Any

func (*SetSimpleDeviceDataRequest) GetDevice

func (x *SetSimpleDeviceDataRequest) GetDevice() string

func (*SetSimpleDeviceDataRequest) GetNumber

func (x *SetSimpleDeviceDataRequest) GetNumber() uint32

func (*SetSimpleDeviceDataRequest) ProtoMessage

func (*SetSimpleDeviceDataRequest) ProtoMessage()

func (*SetSimpleDeviceDataRequest) ProtoReflect

func (*SetSimpleDeviceDataRequest) Reset

func (x *SetSimpleDeviceDataRequest) Reset()

func (*SetSimpleDeviceDataRequest) String

func (x *SetSimpleDeviceDataRequest) String() string

type SetSimpleDeviceDataResponse

type SetSimpleDeviceDataResponse struct {
	Status uint32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSimpleDeviceDataResponse) Descriptor deprecated

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

Deprecated: Use SetSimpleDeviceDataResponse.ProtoReflect.Descriptor instead.

func (*SetSimpleDeviceDataResponse) GetStatus

func (x *SetSimpleDeviceDataResponse) GetStatus() uint32

func (*SetSimpleDeviceDataResponse) ProtoMessage

func (*SetSimpleDeviceDataResponse) ProtoMessage()

func (*SetSimpleDeviceDataResponse) ProtoReflect

func (*SetSimpleDeviceDataResponse) Reset

func (x *SetSimpleDeviceDataResponse) Reset()

func (*SetSimpleDeviceDataResponse) String

func (x *SetSimpleDeviceDataResponse) String() string

type StreamConsoleRequest

type StreamConsoleRequest struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamConsoleRequest) Descriptor deprecated

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

Deprecated: Use StreamConsoleRequest.ProtoReflect.Descriptor instead.

func (*StreamConsoleRequest) GetData

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

func (*StreamConsoleRequest) ProtoMessage

func (*StreamConsoleRequest) ProtoMessage()

func (*StreamConsoleRequest) ProtoReflect

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

func (*StreamConsoleRequest) Reset

func (x *StreamConsoleRequest) Reset()

func (*StreamConsoleRequest) String

func (x *StreamConsoleRequest) String() string

type StreamConsoleResponse

type StreamConsoleResponse struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamConsoleResponse) Descriptor deprecated

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

Deprecated: Use StreamConsoleResponse.ProtoReflect.Descriptor instead.

func (*StreamConsoleResponse) GetData

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

func (*StreamConsoleResponse) ProtoMessage

func (*StreamConsoleResponse) ProtoMessage()

func (*StreamConsoleResponse) ProtoReflect

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

func (*StreamConsoleResponse) Reset

func (x *StreamConsoleResponse) Reset()

func (*StreamConsoleResponse) String

func (x *StreamConsoleResponse) String() string

type UpdateFirmwareRequest

type UpdateFirmwareRequest struct {
	Device string `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	Data   []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFirmwareRequest) Descriptor deprecated

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

Deprecated: Use UpdateFirmwareRequest.ProtoReflect.Descriptor instead.

func (*UpdateFirmwareRequest) GetData

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

func (*UpdateFirmwareRequest) GetDevice

func (x *UpdateFirmwareRequest) GetDevice() string

func (*UpdateFirmwareRequest) ProtoMessage

func (*UpdateFirmwareRequest) ProtoMessage()

func (*UpdateFirmwareRequest) ProtoReflect

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

func (*UpdateFirmwareRequest) Reset

func (x *UpdateFirmwareRequest) Reset()

func (*UpdateFirmwareRequest) String

func (x *UpdateFirmwareRequest) String() string

type UpdateFirmwareResponse

type UpdateFirmwareResponse struct {
	Status uint32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFirmwareResponse) Descriptor deprecated

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

Deprecated: Use UpdateFirmwareResponse.ProtoReflect.Descriptor instead.

func (*UpdateFirmwareResponse) GetStatus

func (x *UpdateFirmwareResponse) GetStatus() uint32

func (*UpdateFirmwareResponse) ProtoMessage

func (*UpdateFirmwareResponse) ProtoMessage()

func (*UpdateFirmwareResponse) ProtoReflect

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

func (*UpdateFirmwareResponse) Reset

func (x *UpdateFirmwareResponse) Reset()

func (*UpdateFirmwareResponse) String

func (x *UpdateFirmwareResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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