package gnoi.types

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

message Credentials

types.proto:71

Credentials defines credentials needed to perform authentication on a device.

Used in: common.RemoteDownload

message HashType

types.proto:40

HashType defines the valid hash methods for data verification. UNSPECIFIED should be treated an error.

Used in: system.SetPackageRequest, Credentials

enum HashType.HashMethod

types.proto:41

Used in: HashType

enum L3Protocol

types.proto:32

Generic Layer 3 Protocol enumeration.

Used in: system.PingRequest, system.TracerouteRequest

message Path

types.proto:57

Path encodes a data tree path as a series of repeated strings, with each element of the path representing a data tree node name and the associated attributes. Reference: gNMI Specification Section 2.2.2.

Used in: system.CancelRebootRequest, system.RebootRequest, system.RebootStatusRequest, system.SwitchControlProcessorRequest, system.SwitchControlProcessorResponse

message PathElem

types.proto:65

PathElem encodes an element of a gNMI path, along with any attributes (keys) that may be associated with it. Reference: gNMI Specification Section 2.2.2.

Used in: Path