umgmtv1alpha1

package
v0.0.0-...-e890a9a Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2024 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "STATE_ON",
		2: "STATE_OFF",
		3: "STATE_SUSPENDED",
		4: "STATE_HIBERNATED",
		5: "STATE_UNKNOWN",
	}
	State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"STATE_ON":          1,
		"STATE_OFF":         2,
		"STATE_SUSPENDED":   3,
		"STATE_HIBERNATED":  4,
		"STATE_UNKNOWN":     5,
	}
)

Enum value maps for State.

View Source
var (
	AddressType_name = map[int32]string{
		0: "ADDRESS_TYPE_UNSPECIFIED",
		1: "ADDRESS_TYPE_IPV4",
		2: "ADDRESS_TYPE_IPV6",
	}
	AddressType_value = map[string]int32{
		"ADDRESS_TYPE_UNSPECIFIED": 0,
		"ADDRESS_TYPE_IPV4":        1,
		"ADDRESS_TYPE_IPV6":        2,
	}
)

Enum value maps for AddressType.

View Source
var (
	AddressOrigin_name = map[int32]string{
		0: "ADDRESS_ORIGIN_UNSPECIFIED",
		1: "ADDRESS_ORIGIN_STATIC",
		2: "ADDRESS_ORIGIN_DHCP",
	}
	AddressOrigin_value = map[string]int32{
		"ADDRESS_ORIGIN_UNSPECIFIED": 0,
		"ADDRESS_ORIGIN_STATIC":      1,
		"ADDRESS_ORIGIN_DHCP":        2,
	}
)

Enum value maps for AddressOrigin.

View Source
var (
	InterfaceType_name = map[int32]string{
		0: "INTERFACE_TYPE_UNSPECIFIED",
		1: "INTERFACE_TYPE_ETHERNET",
		2: "INTERFACE_TYPE_WIFI",
		3: "INTERFACE_TYPE_CELLULAR",
	}
	InterfaceType_value = map[string]int32{
		"INTERFACE_TYPE_UNSPECIFIED": 0,
		"INTERFACE_TYPE_ETHERNET":    1,
		"INTERFACE_TYPE_WIFI":        2,
		"INTERFACE_TYPE_CELLULAR":    3,
	}
)

Enum value maps for InterfaceType.

View Source
var (
	Duplexing_name = map[int32]string{
		0: "DUPLEXING_UNSPECIFIED",
		1: "DUPLEXING_SIMPLEX",
		2: "DUPLEXING_DUAL_SIMPLEX",
		3: "DUPLEXING_HALF_DUPLEX",
		4: "DUPLEXING_FULL_DUPLEX",
	}
	Duplexing_value = map[string]int32{
		"DUPLEXING_UNSPECIFIED":  0,
		"DUPLEXING_SIMPLEX":      1,
		"DUPLEXING_DUAL_SIMPLEX": 2,
		"DUPLEXING_HALF_DUPLEX":  3,
		"DUPLEXING_FULL_DUPLEX":  4,
	}
)

Enum value maps for Duplexing.

View Source
var (
	DnsType_name = map[int32]string{
		0: "DNS_TYPE_UNSPECIFIED",
		1: "DNS_TYPE_CLASSIC",
		2: "DNS_TYPE_DOT",
		3: "DNS_TYPE_DOH",
		4: "DNS_TYPE_DOQ",
	}
	DnsType_value = map[string]int32{
		"DNS_TYPE_UNSPECIFIED": 0,
		"DNS_TYPE_CLASSIC":     1,
		"DNS_TYPE_DOT":         2,
		"DNS_TYPE_DOH":         3,
		"DNS_TYPE_DOQ":         4,
	}
)

Enum value maps for DnsType.

View Source
var (
	TimeType_name = map[int32]string{
		0: "TIME_TYPE_UNSPECIFIED",
		1: "TIME_TYPE_NTP",
		2: "TIME_TYPE_NTS",
		3: "TIME_TYPE_PTP",
		4: "TIME_TYPE_ROUGHTIME",
	}
	TimeType_value = map[string]int32{
		"TIME_TYPE_UNSPECIFIED": 0,
		"TIME_TYPE_NTP":         1,
		"TIME_TYPE_NTS":         2,
		"TIME_TYPE_PTP":         3,
		"TIME_TYPE_ROUGHTIME":   4,
	}
)

Enum value maps for TimeType.

View Source
var (
	SensorType_name = map[int32]string{
		0:  "SENSOR_TYPE_UNSPECIFIED",
		1:  "SENSOR_TYPE_TEMPERATURE",
		2:  "SENSOR_TYPE_FAN",
		3:  "SENSOR_TYPE_VOLTAGE",
		4:  "SENSOR_TYPE_CURRENT",
		5:  "SENSOR_TYPE_POWER",
		6:  "SENSOR_TYPE_ENERGY",
		7:  "SENSOR_TYPE_HUMIDITY",
		8:  "SENSOR_TYPE_AIRFLOW",
		9:  "SENSOR_TYPE_PERCENTAGE",
		10: "SENSOR_TYPE_CAPACITY",
		11: "SENSOR_TYPE_FREQUENCY",
		12: "SENSOR_TYPE_BINARY",
	}
	SensorType_value = map[string]int32{
		"SENSOR_TYPE_UNSPECIFIED": 0,
		"SENSOR_TYPE_TEMPERATURE": 1,
		"SENSOR_TYPE_FAN":         2,
		"SENSOR_TYPE_VOLTAGE":     3,
		"SENSOR_TYPE_CURRENT":     4,
		"SENSOR_TYPE_POWER":       5,
		"SENSOR_TYPE_ENERGY":      6,
		"SENSOR_TYPE_HUMIDITY":    7,
		"SENSOR_TYPE_AIRFLOW":     8,
		"SENSOR_TYPE_PERCENTAGE":  9,
		"SENSOR_TYPE_CAPACITY":    10,
		"SENSOR_TYPE_FREQUENCY":   11,
		"SENSOR_TYPE_BINARY":      12,
	}
)

Enum value maps for SensorType.

View Source
var (
	MeasurementUnit_name = map[int32]string{
		0:  "MEASUREMENT_UNIT_UNSPECIFIED",
		1:  "MEASUREMENT_UNIT_CELSIUS",
		2:  "MEASUREMENT_UNIT_RPM",
		3:  "MEASUREMENT_UNIT_VOLTS",
		4:  "MEASUREMENT_UNIT_AMPS",
		5:  "MEASUREMENT_UNIT_WATTS",
		6:  "MEASUREMENT_UNIT_JOULES",
		7:  "MEASUREMENT_UNIT_PERCENT",
		8:  "MEASUREMENT_UNIT_CMM",
		9:  "MEASUREMENT_UNIT_HZ",
		10: "MEASUREMENT_UNIT_RH",
	}
	MeasurementUnit_value = map[string]int32{
		"MEASUREMENT_UNIT_UNSPECIFIED": 0,
		"MEASUREMENT_UNIT_CELSIUS":     1,
		"MEASUREMENT_UNIT_RPM":         2,
		"MEASUREMENT_UNIT_VOLTS":       3,
		"MEASUREMENT_UNIT_AMPS":        4,
		"MEASUREMENT_UNIT_WATTS":       5,
		"MEASUREMENT_UNIT_JOULES":      6,
		"MEASUREMENT_UNIT_PERCENT":     7,
		"MEASUREMENT_UNIT_CMM":         8,
		"MEASUREMENT_UNIT_HZ":          9,
		"MEASUREMENT_UNIT_RH":          10,
	}
)

Enum value maps for MeasurementUnit.

View Source
var (
	FanProfile_name = map[int32]string{
		0: "FAN_PROFILE_UNSPECIFIED",
		1: "FAN_PROFILE_SILENT",
		2: "FAN_PROFILE_BALANCED",
		3: "FAN_PROFILE_PERFORMANCE",
		4: "FAN_PROFILE_FULL_SPEED",
	}
	FanProfile_value = map[string]int32{
		"FAN_PROFILE_UNSPECIFIED": 0,
		"FAN_PROFILE_SILENT":      1,
		"FAN_PROFILE_BALANCED":    2,
		"FAN_PROFILE_PERFORMANCE": 3,
		"FAN_PROFILE_FULL_SPEED":  4,
	}
)

Enum value maps for FanProfile.

View Source
var (
	Role_name = map[int32]string{
		0: "ROLE_UNSPECIFIED",
		1: "ROLE_DEBUG",
		2: "ROLE_ADMIN",
		3: "ROLE_USER",
	}
	Role_value = map[string]int32{
		"ROLE_UNSPECIFIED": 0,
		"ROLE_DEBUG":       1,
		"ROLE_ADMIN":       2,
		"ROLE_USER":        3,
	}
)

Enum value maps for Role.

View Source
var (
	AuthenticationMethod_name = map[int32]string{
		0: "AUTHENTICATION_METHOD_UNSPECIFIED",
		1: "AUTHENTICATION_METHOD_PASSWORD",
		2: "AUTHENTICATION_METHOD_TOKEN",
	}
	AuthenticationMethod_value = map[string]int32{
		"AUTHENTICATION_METHOD_UNSPECIFIED": 0,
		"AUTHENTICATION_METHOD_PASSWORD":    1,
		"AUTHENTICATION_METHOD_TOKEN":       2,
	}
)

Enum value maps for AuthenticationMethod.

View Source
var File_umgmt_v1alpha1_console_proto protoreflect.FileDescriptor
View Source
var File_umgmt_v1alpha1_inventory_proto protoreflect.FileDescriptor
View Source
var File_umgmt_v1alpha1_network_proto protoreflect.FileDescriptor
View Source
var File_umgmt_v1alpha1_sensor_proto protoreflect.FileDescriptor
View Source
var File_umgmt_v1alpha1_umgmt_proto protoreflect.FileDescriptor
View Source
var File_umgmt_v1alpha1_user_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Address

type Address struct {
	Type    AddressType   `protobuf:"varint,1,opt,name=type,proto3,enum=umgmt.v1alpha1.AddressType" json:"type,omitempty"`
	Address string        `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Netmask string        `protobuf:"bytes,3,opt,name=netmask,proto3" json:"netmask,omitempty"`
	Origin  AddressOrigin `protobuf:"varint,4,opt,name=origin,proto3,enum=umgmt.v1alpha1.AddressOrigin" json:"origin,omitempty"`
	Gateway string        `protobuf:"bytes,5,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// contains filtered or unexported fields
}

func (*Address) Descriptor deprecated

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

Deprecated: Use Address.ProtoReflect.Descriptor instead.

func (*Address) GetAddress

func (x *Address) GetAddress() string

func (*Address) GetGateway

func (x *Address) GetGateway() string

func (*Address) GetNetmask

func (x *Address) GetNetmask() string

func (*Address) GetOrigin

func (x *Address) GetOrigin() AddressOrigin

func (*Address) GetType

func (x *Address) GetType() AddressType

func (*Address) ProtoMessage

func (*Address) ProtoMessage()

func (*Address) ProtoReflect

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

func (*Address) Reset

func (x *Address) Reset()

func (*Address) String

func (x *Address) String() string

type AddressOrigin

type AddressOrigin int32
const (
	AddressOrigin_ADDRESS_ORIGIN_UNSPECIFIED AddressOrigin = 0
	AddressOrigin_ADDRESS_ORIGIN_STATIC      AddressOrigin = 1
	AddressOrigin_ADDRESS_ORIGIN_DHCP        AddressOrigin = 2
)

func (AddressOrigin) Descriptor

func (AddressOrigin) Enum

func (x AddressOrigin) Enum() *AddressOrigin

func (AddressOrigin) EnumDescriptor deprecated

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

Deprecated: Use AddressOrigin.Descriptor instead.

func (AddressOrigin) Number

func (AddressOrigin) String

func (x AddressOrigin) String() string

func (AddressOrigin) Type

type AddressType

type AddressType int32
const (
	AddressType_ADDRESS_TYPE_UNSPECIFIED AddressType = 0
	AddressType_ADDRESS_TYPE_IPV4        AddressType = 1
	AddressType_ADDRESS_TYPE_IPV6        AddressType = 2
)

func (AddressType) Descriptor

func (AddressType) Enum

func (x AddressType) Enum() *AddressType

func (AddressType) EnumDescriptor deprecated

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

Deprecated: Use AddressType.Descriptor instead.

func (AddressType) Number

func (x AddressType) Number() protoreflect.EnumNumber

func (AddressType) String

func (x AddressType) String() string

func (AddressType) Type

type Authentication

type Authentication struct {
	Method AuthenticationMethod `protobuf:"varint,1,opt,name=method,proto3,enum=umgmt.v1alpha1.AuthenticationMethod" json:"method,omitempty"`
	Data   []byte               `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Authentication) Descriptor deprecated

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

Deprecated: Use Authentication.ProtoReflect.Descriptor instead.

func (*Authentication) GetData

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

func (*Authentication) GetMethod

func (x *Authentication) GetMethod() AuthenticationMethod

func (*Authentication) ProtoMessage

func (*Authentication) ProtoMessage()

func (*Authentication) ProtoReflect

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

func (*Authentication) Reset

func (x *Authentication) Reset()

func (*Authentication) String

func (x *Authentication) String() string

type AuthenticationMethod

type AuthenticationMethod int32
const (
	AuthenticationMethod_AUTHENTICATION_METHOD_UNSPECIFIED AuthenticationMethod = 0
	AuthenticationMethod_AUTHENTICATION_METHOD_PASSWORD    AuthenticationMethod = 1
	AuthenticationMethod_AUTHENTICATION_METHOD_TOKEN       AuthenticationMethod = 2
)

func (AuthenticationMethod) Descriptor

func (AuthenticationMethod) Enum

func (AuthenticationMethod) EnumDescriptor deprecated

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

Deprecated: Use AuthenticationMethod.Descriptor instead.

func (AuthenticationMethod) Number

func (AuthenticationMethod) String

func (x AuthenticationMethod) String() string

func (AuthenticationMethod) Type

type ChangeFanProfilesRequest

type ChangeFanProfilesRequest struct {
	FanProfile FanProfile `protobuf:"varint,1,opt,name=fan_profile,json=fanProfile,proto3,enum=umgmt.v1alpha1.FanProfile" json:"fan_profile,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeFanProfilesRequest) Descriptor deprecated

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

Deprecated: Use ChangeFanProfilesRequest.ProtoReflect.Descriptor instead.

func (*ChangeFanProfilesRequest) GetFanProfile

func (x *ChangeFanProfilesRequest) GetFanProfile() FanProfile

func (*ChangeFanProfilesRequest) ProtoMessage

func (*ChangeFanProfilesRequest) ProtoMessage()

func (*ChangeFanProfilesRequest) ProtoReflect

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

func (*ChangeFanProfilesRequest) Reset

func (x *ChangeFanProfilesRequest) Reset()

func (*ChangeFanProfilesRequest) String

func (x *ChangeFanProfilesRequest) String() string

type ChangeFanProfilesResponse

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

func (*ChangeFanProfilesResponse) Descriptor deprecated

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

Deprecated: Use ChangeFanProfilesResponse.ProtoReflect.Descriptor instead.

func (*ChangeFanProfilesResponse) ProtoMessage

func (*ChangeFanProfilesResponse) ProtoMessage()

func (*ChangeFanProfilesResponse) ProtoReflect

func (*ChangeFanProfilesResponse) Reset

func (x *ChangeFanProfilesResponse) Reset()

func (*ChangeFanProfilesResponse) String

func (x *ChangeFanProfilesResponse) String() string

type ChangeSystemStateRequest

type ChangeSystemStateRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State State  `protobuf:"varint,2,opt,name=state,proto3,enum=umgmt.v1alpha1.State" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeSystemStateRequest) Descriptor deprecated

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

Deprecated: Use ChangeSystemStateRequest.ProtoReflect.Descriptor instead.

func (*ChangeSystemStateRequest) GetId

func (x *ChangeSystemStateRequest) GetId() string

func (*ChangeSystemStateRequest) GetState

func (x *ChangeSystemStateRequest) GetState() State

func (*ChangeSystemStateRequest) ProtoMessage

func (*ChangeSystemStateRequest) ProtoMessage()

func (*ChangeSystemStateRequest) ProtoReflect

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

func (*ChangeSystemStateRequest) Reset

func (x *ChangeSystemStateRequest) Reset()

func (*ChangeSystemStateRequest) String

func (x *ChangeSystemStateRequest) String() string

type ChangeSystemStateResponse

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

func (*ChangeSystemStateResponse) Descriptor deprecated

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

Deprecated: Use ChangeSystemStateResponse.ProtoReflect.Descriptor instead.

func (*ChangeSystemStateResponse) ProtoMessage

func (*ChangeSystemStateResponse) ProtoMessage()

func (*ChangeSystemStateResponse) ProtoReflect

func (*ChangeSystemStateResponse) Reset

func (x *ChangeSystemStateResponse) Reset()

func (*ChangeSystemStateResponse) String

func (x *ChangeSystemStateResponse) String() string

type Chassis

type Chassis struct {
	Info       *HardwareInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	HeightMm   uint32        `protobuf:"varint,2,opt,name=height_mm,json=heightMm,proto3" json:"height_mm,omitempty"`
	WidthMm    uint32        `protobuf:"varint,3,opt,name=width_mm,json=widthMm,proto3" json:"width_mm,omitempty"`
	DepthMm    uint32        `protobuf:"varint,4,opt,name=depth_mm,json=depthMm,proto3" json:"depth_mm,omitempty"`
	WeightG    uint32        `protobuf:"varint,5,opt,name=weight_g,json=weightG,proto3" json:"weight_g,omitempty"`
	Location   *Location     `protobuf:"bytes,6,opt,name=location,proto3" json:"location,omitempty"`
	System     *System       `protobuf:"bytes,7,opt,name=system,proto3" json:"system,omitempty"`
	Components []*Component  `protobuf:"bytes,8,rep,name=components,proto3" json:"components,omitempty"`
	Sensors    []*Sensor     `protobuf:"bytes,9,rep,name=sensors,proto3" json:"sensors,omitempty"`
	Notes      string        `protobuf:"bytes,10,opt,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

func (*Chassis) Descriptor deprecated

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

Deprecated: Use Chassis.ProtoReflect.Descriptor instead.

func (*Chassis) GetComponents

func (x *Chassis) GetComponents() []*Component

func (*Chassis) GetDepthMm

func (x *Chassis) GetDepthMm() uint32

func (*Chassis) GetHeightMm

func (x *Chassis) GetHeightMm() uint32

func (*Chassis) GetInfo

func (x *Chassis) GetInfo() *HardwareInfo

func (*Chassis) GetLocation

func (x *Chassis) GetLocation() *Location

func (*Chassis) GetNotes

func (x *Chassis) GetNotes() string

func (*Chassis) GetSensors

func (x *Chassis) GetSensors() []*Sensor

func (*Chassis) GetSystem

func (x *Chassis) GetSystem() *System

func (*Chassis) GetWeightG

func (x *Chassis) GetWeightG() uint32

func (*Chassis) GetWidthMm

func (x *Chassis) GetWidthMm() uint32

func (*Chassis) ProtoMessage

func (*Chassis) ProtoMessage()

func (*Chassis) ProtoReflect

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

func (*Chassis) Reset

func (x *Chassis) Reset()

func (*Chassis) String

func (x *Chassis) String() string

type Component

type Component struct {
	Info  *HardwareInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	Notes string        `protobuf:"bytes,2,opt,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

func (*Component) Descriptor deprecated

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

Deprecated: Use Component.ProtoReflect.Descriptor instead.

func (*Component) GetInfo

func (x *Component) GetInfo() *HardwareInfo

func (*Component) GetNotes

func (x *Component) GetNotes() string

func (*Component) ProtoMessage

func (*Component) ProtoMessage()

func (*Component) ProtoReflect

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

func (*Component) Reset

func (x *Component) Reset()

func (*Component) String

func (x *Component) String() string

type CreateUserRequest

type CreateUserRequest struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserRequest) Descriptor deprecated

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

Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRequest) GetUser

func (x *CreateUserRequest) GetUser() *User

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect

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

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type CreateUserResponse

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

func (*CreateUserResponse) Descriptor deprecated

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

Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect

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

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

type DeleteUserRequest

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

func (*DeleteUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) GetName

func (x *DeleteUserRequest) GetName() string

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

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

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

type DeleteUserResponse

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

func (*DeleteUserResponse) Descriptor deprecated

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

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

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

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

type DnsServer

type DnsServer struct {
	Fqdn    string     `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	Address []*Address `protobuf:"bytes,2,rep,name=address,proto3" json:"address,omitempty"`
	Type    DnsType    `protobuf:"varint,3,opt,name=type,proto3,enum=umgmt.v1alpha1.DnsType" json:"type,omitempty"`
	Dnssec  bool       `protobuf:"varint,4,opt,name=dnssec,proto3" json:"dnssec,omitempty"`
	// contains filtered or unexported fields
}

func (*DnsServer) Descriptor deprecated

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

Deprecated: Use DnsServer.ProtoReflect.Descriptor instead.

func (*DnsServer) GetAddress

func (x *DnsServer) GetAddress() []*Address

func (*DnsServer) GetDnssec

func (x *DnsServer) GetDnssec() bool

func (*DnsServer) GetFqdn

func (x *DnsServer) GetFqdn() string

func (*DnsServer) GetType

func (x *DnsServer) GetType() DnsType

func (*DnsServer) ProtoMessage

func (*DnsServer) ProtoMessage()

func (*DnsServer) ProtoReflect

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

func (*DnsServer) Reset

func (x *DnsServer) Reset()

func (*DnsServer) String

func (x *DnsServer) String() string

type DnsType

type DnsType int32
const (
	DnsType_DNS_TYPE_UNSPECIFIED DnsType = 0
	DnsType_DNS_TYPE_CLASSIC     DnsType = 1
	DnsType_DNS_TYPE_DOT         DnsType = 2
	DnsType_DNS_TYPE_DOH         DnsType = 3
	DnsType_DNS_TYPE_DOQ         DnsType = 4
)

func (DnsType) Descriptor

func (DnsType) Descriptor() protoreflect.EnumDescriptor

func (DnsType) Enum

func (x DnsType) Enum() *DnsType

func (DnsType) EnumDescriptor deprecated

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

Deprecated: Use DnsType.Descriptor instead.

func (DnsType) Number

func (x DnsType) Number() protoreflect.EnumNumber

func (DnsType) String

func (x DnsType) String() string

func (DnsType) Type

func (DnsType) Type() protoreflect.EnumType

type Duplexing

type Duplexing int32
const (
	Duplexing_DUPLEXING_UNSPECIFIED  Duplexing = 0
	Duplexing_DUPLEXING_SIMPLEX      Duplexing = 1
	Duplexing_DUPLEXING_DUAL_SIMPLEX Duplexing = 2
	Duplexing_DUPLEXING_HALF_DUPLEX  Duplexing = 3
	Duplexing_DUPLEXING_FULL_DUPLEX  Duplexing = 4
)

func (Duplexing) Descriptor

func (Duplexing) Descriptor() protoreflect.EnumDescriptor

func (Duplexing) Enum

func (x Duplexing) Enum() *Duplexing

func (Duplexing) EnumDescriptor deprecated

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

Deprecated: Use Duplexing.Descriptor instead.

func (Duplexing) Number

func (x Duplexing) Number() protoreflect.EnumNumber

func (Duplexing) String

func (x Duplexing) String() string

func (Duplexing) Type

type FanProfile

type FanProfile int32
const (
	FanProfile_FAN_PROFILE_UNSPECIFIED FanProfile = 0
	FanProfile_FAN_PROFILE_SILENT      FanProfile = 1
	FanProfile_FAN_PROFILE_BALANCED    FanProfile = 2
	FanProfile_FAN_PROFILE_PERFORMANCE FanProfile = 3
	FanProfile_FAN_PROFILE_FULL_SPEED  FanProfile = 4
)

func (FanProfile) Descriptor

func (FanProfile) Descriptor() protoreflect.EnumDescriptor

func (FanProfile) Enum

func (x FanProfile) Enum() *FanProfile

func (FanProfile) EnumDescriptor deprecated

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

Deprecated: Use FanProfile.Descriptor instead.

func (FanProfile) Number

func (x FanProfile) Number() protoreflect.EnumNumber

func (FanProfile) String

func (x FanProfile) String() string

func (FanProfile) Type

type GetChassisInfoRequest

type GetChassisInfoRequest struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChassisInfoRequest) Descriptor deprecated

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

Deprecated: Use GetChassisInfoRequest.ProtoReflect.Descriptor instead.

func (*GetChassisInfoRequest) GetFieldMask

func (x *GetChassisInfoRequest) GetFieldMask() *fieldmaskpb.FieldMask

func (*GetChassisInfoRequest) GetId

func (x *GetChassisInfoRequest) GetId() string

func (*GetChassisInfoRequest) ProtoMessage

func (*GetChassisInfoRequest) ProtoMessage()

func (*GetChassisInfoRequest) ProtoReflect

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

func (*GetChassisInfoRequest) Reset

func (x *GetChassisInfoRequest) Reset()

func (*GetChassisInfoRequest) String

func (x *GetChassisInfoRequest) String() string

type GetChassisInfoResponse

type GetChassisInfoResponse struct {
	Chassis *Chassis `protobuf:"bytes,1,opt,name=chassis,proto3" json:"chassis,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChassisInfoResponse) Descriptor deprecated

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

Deprecated: Use GetChassisInfoResponse.ProtoReflect.Descriptor instead.

func (*GetChassisInfoResponse) GetChassis

func (x *GetChassisInfoResponse) GetChassis() *Chassis

func (*GetChassisInfoResponse) ProtoMessage

func (*GetChassisInfoResponse) ProtoMessage()

func (*GetChassisInfoResponse) ProtoReflect

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

func (*GetChassisInfoResponse) Reset

func (x *GetChassisInfoResponse) Reset()

func (*GetChassisInfoResponse) String

func (x *GetChassisInfoResponse) String() string

type GetNetworkInfoRequest

type GetNetworkInfoRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNetworkInfoRequest) Descriptor deprecated

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

Deprecated: Use GetNetworkInfoRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkInfoRequest) GetFieldMask

func (x *GetNetworkInfoRequest) GetFieldMask() *fieldmaskpb.FieldMask

func (*GetNetworkInfoRequest) ProtoMessage

func (*GetNetworkInfoRequest) ProtoMessage()

func (*GetNetworkInfoRequest) ProtoReflect

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

func (*GetNetworkInfoRequest) Reset

func (x *GetNetworkInfoRequest) Reset()

func (*GetNetworkInfoRequest) String

func (x *GetNetworkInfoRequest) String() string

type GetNetworkInfoResponse

type GetNetworkInfoResponse struct {
	Network []*Network `protobuf:"bytes,1,rep,name=network,proto3" json:"network,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNetworkInfoResponse) Descriptor deprecated

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

Deprecated: Use GetNetworkInfoResponse.ProtoReflect.Descriptor instead.

func (*GetNetworkInfoResponse) GetNetwork

func (x *GetNetworkInfoResponse) GetNetwork() []*Network

func (*GetNetworkInfoResponse) ProtoMessage

func (*GetNetworkInfoResponse) ProtoMessage()

func (*GetNetworkInfoResponse) ProtoReflect

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

func (*GetNetworkInfoResponse) Reset

func (x *GetNetworkInfoResponse) Reset()

func (*GetNetworkInfoResponse) String

func (x *GetNetworkInfoResponse) String() string

type GetUserInfoRequest

type GetUserInfoRequest struct {
	Name      string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserInfoRequest) Descriptor deprecated

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

Deprecated: Use GetUserInfoRequest.ProtoReflect.Descriptor instead.

func (*GetUserInfoRequest) GetFieldMask

func (x *GetUserInfoRequest) GetFieldMask() *fieldmaskpb.FieldMask

func (*GetUserInfoRequest) GetName

func (x *GetUserInfoRequest) GetName() string

func (*GetUserInfoRequest) ProtoMessage

func (*GetUserInfoRequest) ProtoMessage()

func (*GetUserInfoRequest) ProtoReflect

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

func (*GetUserInfoRequest) Reset

func (x *GetUserInfoRequest) Reset()

func (*GetUserInfoRequest) String

func (x *GetUserInfoRequest) String() string

type GetUserInfoResponse

type GetUserInfoResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserInfoResponse) Descriptor deprecated

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

Deprecated: Use GetUserInfoResponse.ProtoReflect.Descriptor instead.

func (*GetUserInfoResponse) GetUser

func (x *GetUserInfoResponse) GetUser() *User

func (*GetUserInfoResponse) ProtoMessage

func (*GetUserInfoResponse) ProtoMessage()

func (*GetUserInfoResponse) ProtoReflect

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

func (*GetUserInfoResponse) Reset

func (x *GetUserInfoResponse) Reset()

func (*GetUserInfoResponse) String

func (x *GetUserInfoResponse) String() string

type HardwareInfo

type HardwareInfo struct {
	Id              string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name            string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Type            string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	SerialNumber    string                 `protobuf:"bytes,4,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	PartNumber      string                 `protobuf:"bytes,5,opt,name=part_number,json=partNumber,proto3" json:"part_number,omitempty"`
	Sku             string                 `protobuf:"bytes,6,opt,name=sku,proto3" json:"sku,omitempty"`
	Manufacturer    string                 `protobuf:"bytes,7,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"`
	ManufactureDate *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=manufacture_date,json=manufactureDate,proto3" json:"manufacture_date,omitempty"`
	AssetTag        string                 `protobuf:"bytes,9,opt,name=asset_tag,json=assetTag,proto3" json:"asset_tag,omitempty"`
	// contains filtered or unexported fields
}

func (*HardwareInfo) Descriptor deprecated

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

Deprecated: Use HardwareInfo.ProtoReflect.Descriptor instead.

func (*HardwareInfo) GetAssetTag

func (x *HardwareInfo) GetAssetTag() string

func (*HardwareInfo) GetId

func (x *HardwareInfo) GetId() string

func (*HardwareInfo) GetManufactureDate

func (x *HardwareInfo) GetManufactureDate() *timestamppb.Timestamp

func (*HardwareInfo) GetManufacturer

func (x *HardwareInfo) GetManufacturer() string

func (*HardwareInfo) GetName

func (x *HardwareInfo) GetName() string

func (*HardwareInfo) GetPartNumber

func (x *HardwareInfo) GetPartNumber() string

func (*HardwareInfo) GetSerialNumber

func (x *HardwareInfo) GetSerialNumber() string

func (*HardwareInfo) GetSku

func (x *HardwareInfo) GetSku() string

func (*HardwareInfo) GetType

func (x *HardwareInfo) GetType() string

func (*HardwareInfo) ProtoMessage

func (*HardwareInfo) ProtoMessage()

func (*HardwareInfo) ProtoReflect

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

func (*HardwareInfo) Reset

func (x *HardwareInfo) Reset()

func (*HardwareInfo) String

func (x *HardwareInfo) String() string

type Interface

type Interface struct {
	Name       string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type       InterfaceType `protobuf:"varint,2,opt,name=type,proto3,enum=umgmt.v1alpha1.InterfaceType" json:"type,omitempty"`
	MacAddress string        `protobuf:"bytes,3,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	Addresses  []*Address    `protobuf:"bytes,4,rep,name=addresses,proto3" json:"addresses,omitempty"`
	Vlan       *Vlan         `protobuf:"bytes,5,opt,name=vlan,proto3" json:"vlan,omitempty"`
	Mtu        uint32        `protobuf:"varint,6,opt,name=mtu,proto3" json:"mtu,omitempty"`
	SpeedMbps  uint32        `protobuf:"varint,7,opt,name=speed_mbps,json=speedMbps,proto3" json:"speed_mbps,omitempty"`
	Duplexing  Duplexing     `protobuf:"varint,8,opt,name=duplexing,proto3,enum=umgmt.v1alpha1.Duplexing" json:"duplexing,omitempty"`
	Active     bool          `protobuf:"varint,9,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

func (*Interface) Descriptor deprecated

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

Deprecated: Use Interface.ProtoReflect.Descriptor instead.

func (*Interface) GetActive

func (x *Interface) GetActive() bool

func (*Interface) GetAddresses

func (x *Interface) GetAddresses() []*Address

func (*Interface) GetDuplexing

func (x *Interface) GetDuplexing() Duplexing

func (*Interface) GetMacAddress

func (x *Interface) GetMacAddress() string

func (*Interface) GetMtu

func (x *Interface) GetMtu() uint32

func (*Interface) GetName

func (x *Interface) GetName() string

func (*Interface) GetSpeedMbps

func (x *Interface) GetSpeedMbps() uint32

func (*Interface) GetType

func (x *Interface) GetType() InterfaceType

func (*Interface) GetVlan

func (x *Interface) GetVlan() *Vlan

func (*Interface) ProtoMessage

func (*Interface) ProtoMessage()

func (*Interface) ProtoReflect

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

func (*Interface) Reset

func (x *Interface) Reset()

func (*Interface) String

func (x *Interface) String() string

type InterfaceType

type InterfaceType int32
const (
	InterfaceType_INTERFACE_TYPE_UNSPECIFIED InterfaceType = 0
	InterfaceType_INTERFACE_TYPE_ETHERNET    InterfaceType = 1
	InterfaceType_INTERFACE_TYPE_WIFI        InterfaceType = 2
	InterfaceType_INTERFACE_TYPE_CELLULAR    InterfaceType = 3
)

func (InterfaceType) Descriptor

func (InterfaceType) Enum

func (x InterfaceType) Enum() *InterfaceType

func (InterfaceType) EnumDescriptor deprecated

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

Deprecated: Use InterfaceType.Descriptor instead.

func (InterfaceType) Number

func (InterfaceType) String

func (x InterfaceType) String() string

func (InterfaceType) Type

type Inventory

type Inventory struct {
	Chassis    []*Chassis   `protobuf:"bytes,1,rep,name=chassis,proto3" json:"chassis,omitempty"`
	Systems    []*System    `protobuf:"bytes,2,rep,name=systems,proto3" json:"systems,omitempty"`
	Components []*Component `protobuf:"bytes,3,rep,name=components,proto3" json:"components,omitempty"`
	// contains filtered or unexported fields
}

func (*Inventory) Descriptor deprecated

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

Deprecated: Use Inventory.ProtoReflect.Descriptor instead.

func (*Inventory) GetChassis

func (x *Inventory) GetChassis() []*Chassis

func (*Inventory) GetComponents

func (x *Inventory) GetComponents() []*Component

func (*Inventory) GetSystems

func (x *Inventory) GetSystems() []*System

func (*Inventory) ProtoMessage

func (*Inventory) ProtoMessage()

func (*Inventory) ProtoReflect

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

func (*Inventory) Reset

func (x *Inventory) Reset()

func (*Inventory) String

func (x *Inventory) String() string

type ListInventoryRequest

type ListInventoryRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInventoryRequest) Descriptor deprecated

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

Deprecated: Use ListInventoryRequest.ProtoReflect.Descriptor instead.

func (*ListInventoryRequest) GetFieldMask

func (x *ListInventoryRequest) GetFieldMask() *fieldmaskpb.FieldMask

func (*ListInventoryRequest) ProtoMessage

func (*ListInventoryRequest) ProtoMessage()

func (*ListInventoryRequest) ProtoReflect

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

func (*ListInventoryRequest) Reset

func (x *ListInventoryRequest) Reset()

func (*ListInventoryRequest) String

func (x *ListInventoryRequest) String() string

type ListInventoryResponse

type ListInventoryResponse struct {
	Inventory *Inventory `protobuf:"bytes,1,opt,name=inventory,proto3" json:"inventory,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInventoryResponse) Descriptor deprecated

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

Deprecated: Use ListInventoryResponse.ProtoReflect.Descriptor instead.

func (*ListInventoryResponse) GetInventory

func (x *ListInventoryResponse) GetInventory() *Inventory

func (*ListInventoryResponse) ProtoMessage

func (*ListInventoryResponse) ProtoMessage()

func (*ListInventoryResponse) ProtoReflect

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

func (*ListInventoryResponse) Reset

func (x *ListInventoryResponse) Reset()

func (*ListInventoryResponse) String

func (x *ListInventoryResponse) String() string

type ListUsersRequest

type ListUsersRequest struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,1,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersRequest) Descriptor deprecated

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

Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.

func (*ListUsersRequest) GetFieldMask

func (x *ListUsersRequest) GetFieldMask() *fieldmaskpb.FieldMask

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) ProtoReflect

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

func (*ListUsersRequest) Reset

func (x *ListUsersRequest) Reset()

func (*ListUsersRequest) String

func (x *ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersResponse) Descriptor deprecated

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

Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.

func (*ListUsersResponse) GetUsers

func (x *ListUsersResponse) GetUsers() []*User

func (*ListUsersResponse) ProtoMessage

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) ProtoReflect

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

func (*ListUsersResponse) Reset

func (x *ListUsersResponse) Reset()

func (*ListUsersResponse) String

func (x *ListUsersResponse) String() string

type Location

type Location struct {
	Address *postaladdress.PostalAddress `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Room    string                       `protobuf:"bytes,2,opt,name=room,proto3" json:"room,omitempty"`
	Rack    string                       `protobuf:"bytes,3,opt,name=rack,proto3" json:"rack,omitempty"`
	Slot    string                       `protobuf:"bytes,4,opt,name=slot,proto3" json:"slot,omitempty"`
	Notes   string                       `protobuf:"bytes,5,opt,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

func (*Location) Descriptor deprecated

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

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetAddress

func (x *Location) GetAddress() *postaladdress.PostalAddress

func (*Location) GetNotes

func (x *Location) GetNotes() string

func (*Location) GetRack

func (x *Location) GetRack() string

func (*Location) GetRoom

func (x *Location) GetRoom() string

func (*Location) GetSlot

func (x *Location) GetSlot() string

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

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

func (*Location) Reset

func (x *Location) Reset()

func (*Location) String

func (x *Location) String() string

type MeasurementUnit

type MeasurementUnit int32
const (
	MeasurementUnit_MEASUREMENT_UNIT_UNSPECIFIED MeasurementUnit = 0
	MeasurementUnit_MEASUREMENT_UNIT_CELSIUS     MeasurementUnit = 1
	MeasurementUnit_MEASUREMENT_UNIT_RPM         MeasurementUnit = 2
	MeasurementUnit_MEASUREMENT_UNIT_VOLTS       MeasurementUnit = 3
	MeasurementUnit_MEASUREMENT_UNIT_AMPS        MeasurementUnit = 4
	MeasurementUnit_MEASUREMENT_UNIT_WATTS       MeasurementUnit = 5
	MeasurementUnit_MEASUREMENT_UNIT_JOULES      MeasurementUnit = 6
	MeasurementUnit_MEASUREMENT_UNIT_PERCENT     MeasurementUnit = 7
	MeasurementUnit_MEASUREMENT_UNIT_CMM         MeasurementUnit = 8
	MeasurementUnit_MEASUREMENT_UNIT_HZ          MeasurementUnit = 9
	MeasurementUnit_MEASUREMENT_UNIT_RH          MeasurementUnit = 10
)

func (MeasurementUnit) Descriptor

func (MeasurementUnit) Enum

func (x MeasurementUnit) Enum() *MeasurementUnit

func (MeasurementUnit) EnumDescriptor deprecated

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

Deprecated: Use MeasurementUnit.Descriptor instead.

func (MeasurementUnit) Number

func (MeasurementUnit) String

func (x MeasurementUnit) String() string

func (MeasurementUnit) Type

type Network

type Network struct {
	Hostname    string        `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Interfaces  []*Interface  `protobuf:"bytes,2,rep,name=interfaces,proto3" json:"interfaces,omitempty"`
	DnsServers  []*DnsServer  `protobuf:"bytes,3,rep,name=dns_servers,json=dnsServers,proto3" json:"dns_servers,omitempty"`
	TimeServers []*TimeServer `protobuf:"bytes,4,rep,name=time_servers,json=timeServers,proto3" json:"time_servers,omitempty"`
	// contains filtered or unexported fields
}

func (*Network) Descriptor deprecated

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

Deprecated: Use Network.ProtoReflect.Descriptor instead.

func (*Network) GetDnsServers

func (x *Network) GetDnsServers() []*DnsServer

func (*Network) GetHostname

func (x *Network) GetHostname() string

func (*Network) GetInterfaces

func (x *Network) GetInterfaces() []*Interface

func (*Network) GetTimeServers

func (x *Network) GetTimeServers() []*TimeServer

func (*Network) ProtoMessage

func (*Network) ProtoMessage()

func (*Network) ProtoReflect

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

func (*Network) Reset

func (x *Network) Reset()

func (*Network) String

func (x *Network) String() string

type Role

type Role int32
const (
	Role_ROLE_UNSPECIFIED Role = 0
	Role_ROLE_DEBUG       Role = 1
	Role_ROLE_ADMIN       Role = 2
	Role_ROLE_USER        Role = 3
)

func (Role) Descriptor

func (Role) Descriptor() protoreflect.EnumDescriptor

func (Role) Enum

func (x Role) Enum() *Role

func (Role) EnumDescriptor deprecated

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

Deprecated: Use Role.Descriptor instead.

func (Role) Number

func (x Role) Number() protoreflect.EnumNumber

func (Role) String

func (x Role) String() string

func (Role) Type

func (Role) Type() protoreflect.EnumType

type Sensor

type Sensor struct {
	Name        string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type        SensorType             `protobuf:"varint,2,opt,name=type,proto3,enum=umgmt.v1alpha1.SensorType" json:"type,omitempty"`
	Unit        MeasurementUnit        `protobuf:"varint,3,opt,name=unit,proto3,enum=umgmt.v1alpha1.MeasurementUnit" json:"unit,omitempty"`
	Threshold   *Threshold             `protobuf:"bytes,4,opt,name=threshold,proto3" json:"threshold,omitempty"`
	Value       int32                  `protobuf:"varint,5,opt,name=value,proto3" json:"value,omitempty"`
	Description string                 `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Sensor) Descriptor deprecated

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

Deprecated: Use Sensor.ProtoReflect.Descriptor instead.

func (*Sensor) GetDescription

func (x *Sensor) GetDescription() string

func (*Sensor) GetName

func (x *Sensor) GetName() string

func (*Sensor) GetThreshold

func (x *Sensor) GetThreshold() *Threshold

func (*Sensor) GetType

func (x *Sensor) GetType() SensorType

func (*Sensor) GetUnit

func (x *Sensor) GetUnit() MeasurementUnit

func (*Sensor) GetUpdatedAt

func (x *Sensor) GetUpdatedAt() *timestamppb.Timestamp

func (*Sensor) GetValue

func (x *Sensor) GetValue() int32

func (*Sensor) ProtoMessage

func (*Sensor) ProtoMessage()

func (*Sensor) ProtoReflect

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

func (*Sensor) Reset

func (x *Sensor) Reset()

func (*Sensor) String

func (x *Sensor) String() string

type SensorType

type SensorType int32
const (
	SensorType_SENSOR_TYPE_UNSPECIFIED SensorType = 0
	SensorType_SENSOR_TYPE_TEMPERATURE SensorType = 1
	SensorType_SENSOR_TYPE_FAN         SensorType = 2
	SensorType_SENSOR_TYPE_VOLTAGE     SensorType = 3
	SensorType_SENSOR_TYPE_CURRENT     SensorType = 4
	SensorType_SENSOR_TYPE_POWER       SensorType = 5
	SensorType_SENSOR_TYPE_ENERGY      SensorType = 6
	SensorType_SENSOR_TYPE_HUMIDITY    SensorType = 7
	SensorType_SENSOR_TYPE_AIRFLOW     SensorType = 8
	SensorType_SENSOR_TYPE_PERCENTAGE  SensorType = 9
	SensorType_SENSOR_TYPE_CAPACITY    SensorType = 10
	SensorType_SENSOR_TYPE_FREQUENCY   SensorType = 11
	SensorType_SENSOR_TYPE_BINARY      SensorType = 12
)

func (SensorType) Descriptor

func (SensorType) Descriptor() protoreflect.EnumDescriptor

func (SensorType) Enum

func (x SensorType) Enum() *SensorType

func (SensorType) EnumDescriptor deprecated

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

Deprecated: Use SensorType.Descriptor instead.

func (SensorType) Number

func (x SensorType) Number() protoreflect.EnumNumber

func (SensorType) String

func (x SensorType) String() string

func (SensorType) Type

type State

type State int32
const (
	State_STATE_UNSPECIFIED State = 0
	State_STATE_ON          State = 1
	State_STATE_OFF         State = 2
	State_STATE_SUSPENDED   State = 3
	State_STATE_HIBERNATED  State = 4
	State_STATE_UNKNOWN     State = 5
)

func (State) Descriptor

func (State) Descriptor() protoreflect.EnumDescriptor

func (State) Enum

func (x State) Enum() *State

func (State) EnumDescriptor deprecated

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

Deprecated: Use State.Descriptor instead.

func (State) Number

func (x State) Number() protoreflect.EnumNumber

func (State) String

func (x State) String() string

func (State) Type

func (State) Type() protoreflect.EnumType

type StreamConsoleRequest

type StreamConsoleRequest struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Data []byte `protobuf:"bytes,2,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) GetId

func (x *StreamConsoleRequest) GetId() string

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 System

type System struct {
	Info  *HardwareInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	State State         `protobuf:"varint,2,opt,name=state,proto3,enum=umgmt.v1alpha1.State" json:"state,omitempty"`
	Notes string        `protobuf:"bytes,3,opt,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

func (*System) Descriptor deprecated

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

Deprecated: Use System.ProtoReflect.Descriptor instead.

func (*System) GetInfo

func (x *System) GetInfo() *HardwareInfo

func (*System) GetNotes

func (x *System) GetNotes() string

func (*System) GetState

func (x *System) GetState() State

func (*System) ProtoMessage

func (*System) ProtoMessage()

func (*System) ProtoReflect

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

func (*System) Reset

func (x *System) Reset()

func (*System) String

func (x *System) String() string

type Threshold

type Threshold struct {
	LowerCritical    int32 `protobuf:"varint,1,opt,name=lower_critical,json=lowerCritical,proto3" json:"lower_critical,omitempty"`
	LowerNonCritical int32 `protobuf:"varint,2,opt,name=lower_non_critical,json=lowerNonCritical,proto3" json:"lower_non_critical,omitempty"`
	UpperNonCritical int32 `protobuf:"varint,3,opt,name=upper_non_critical,json=upperNonCritical,proto3" json:"upper_non_critical,omitempty"`
	UpperCritical    int32 `protobuf:"varint,4,opt,name=upper_critical,json=upperCritical,proto3" json:"upper_critical,omitempty"`
	// contains filtered or unexported fields
}

func (*Threshold) Descriptor deprecated

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

Deprecated: Use Threshold.ProtoReflect.Descriptor instead.

func (*Threshold) GetLowerCritical

func (x *Threshold) GetLowerCritical() int32

func (*Threshold) GetLowerNonCritical

func (x *Threshold) GetLowerNonCritical() int32

func (*Threshold) GetUpperCritical

func (x *Threshold) GetUpperCritical() int32

func (*Threshold) GetUpperNonCritical

func (x *Threshold) GetUpperNonCritical() int32

func (*Threshold) ProtoMessage

func (*Threshold) ProtoMessage()

func (*Threshold) ProtoReflect

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

func (*Threshold) Reset

func (x *Threshold) Reset()

func (*Threshold) String

func (x *Threshold) String() string

type TimeServer

type TimeServer struct {
	Fqdn    string     `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	Address []*Address `protobuf:"bytes,2,rep,name=address,proto3" json:"address,omitempty"`
	Type    TimeType   `protobuf:"varint,3,opt,name=type,proto3,enum=umgmt.v1alpha1.TimeType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeServer) Descriptor deprecated

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

Deprecated: Use TimeServer.ProtoReflect.Descriptor instead.

func (*TimeServer) GetAddress

func (x *TimeServer) GetAddress() []*Address

func (*TimeServer) GetFqdn

func (x *TimeServer) GetFqdn() string

func (*TimeServer) GetType

func (x *TimeServer) GetType() TimeType

func (*TimeServer) ProtoMessage

func (*TimeServer) ProtoMessage()

func (*TimeServer) ProtoReflect

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

func (*TimeServer) Reset

func (x *TimeServer) Reset()

func (*TimeServer) String

func (x *TimeServer) String() string

type TimeType

type TimeType int32
const (
	TimeType_TIME_TYPE_UNSPECIFIED TimeType = 0
	TimeType_TIME_TYPE_NTP         TimeType = 1
	TimeType_TIME_TYPE_NTS         TimeType = 2
	TimeType_TIME_TYPE_PTP         TimeType = 3
	TimeType_TIME_TYPE_ROUGHTIME   TimeType = 4
)

func (TimeType) Descriptor

func (TimeType) Descriptor() protoreflect.EnumDescriptor

func (TimeType) Enum

func (x TimeType) Enum() *TimeType

func (TimeType) EnumDescriptor deprecated

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

Deprecated: Use TimeType.Descriptor instead.

func (TimeType) Number

func (x TimeType) Number() protoreflect.EnumNumber

func (TimeType) String

func (x TimeType) String() string

func (TimeType) Type

type UpdateUserRequest

type UpdateUserRequest struct {
	Name      string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	User      *User                  `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserRequest) Descriptor deprecated

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

Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserRequest) GetFieldMask

func (x *UpdateUserRequest) GetFieldMask() *fieldmaskpb.FieldMask

func (*UpdateUserRequest) GetName

func (x *UpdateUserRequest) GetName() string

func (*UpdateUserRequest) GetUser

func (x *UpdateUserRequest) GetUser() *User

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) ProtoReflect

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

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

type UpdateUserResponse

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

func (*UpdateUserResponse) Descriptor deprecated

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

Deprecated: Use UpdateUserResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserResponse) ProtoMessage

func (*UpdateUserResponse) ProtoMessage()

func (*UpdateUserResponse) ProtoReflect

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

func (*UpdateUserResponse) Reset

func (x *UpdateUserResponse) Reset()

func (*UpdateUserResponse) String

func (x *UpdateUserResponse) String() string

type User

type User struct {
	Name           string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description    string          `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Authentication *Authentication `protobuf:"bytes,3,opt,name=authentication,proto3" json:"authentication,omitempty"`
	Role           Role            `protobuf:"varint,4,opt,name=role,proto3,enum=umgmt.v1alpha1.Role" json:"role,omitempty"`
	Permissions    uint32          `protobuf:"varint,5,opt,name=permissions,proto3" json:"permissions,omitempty"`
	Active         bool            `protobuf:"varint,6,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetActive

func (x *User) GetActive() bool

func (*User) GetAuthentication

func (x *User) GetAuthentication() *Authentication

func (*User) GetDescription

func (x *User) GetDescription() string

func (*User) GetName

func (x *User) GetName() string

func (*User) GetPermissions

func (x *User) GetPermissions() uint32

func (*User) GetRole

func (x *User) GetRole() Role

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type Vlan

type Vlan struct {
	Enabled bool   `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Id      uint32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*Vlan) Descriptor deprecated

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

Deprecated: Use Vlan.ProtoReflect.Descriptor instead.

func (*Vlan) GetEnabled

func (x *Vlan) GetEnabled() bool

func (*Vlan) GetId

func (x *Vlan) GetId() uint32

func (*Vlan) ProtoMessage

func (*Vlan) ProtoMessage()

func (*Vlan) ProtoReflect

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

func (*Vlan) Reset

func (x *Vlan) Reset()

func (*Vlan) String

func (x *Vlan) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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