package hashicorp.nomad.plugins.shared.structs

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Attribute

attribute.proto:10

Attribute is used to describe the value of an attribute, optionally specifying units

Used in: device.DeviceGroup, drivers.proto.FingerprintResponse

message RecoverableError

recoverable_error.proto:10

RecoverableError is used with a grpc Status to indicate if the error is one which is recoverable and can be reattempted by the client.

message StatObject

stats.proto:12

StatObject is a collection of statistics either exposed at the top level or via nested StatObjects.

Used in: device.DeviceStats

message StatValue

stats.proto:23

StatValue exposes the values of a particular statistic. The value may be of type double, integer, string or boolean. Numeric types can be exposed as a single value or as a fraction.

Used in: device.DeviceStats, StatObject