Struct chirpstack_api::ns::RoutingProfile [−][src]
pub struct RoutingProfile {
pub id: Vec<u8>,
pub as_id: String,
pub ca_cert: String,
pub tls_cert: String,
pub tls_key: String,
}Fields
id: Vec<u8>ID of the routing profile.
as_id: StringApplication-server ID.
ca_cert: StringCA certificate for connecting to the AS.
tls_cert: StringTLS certificate for connecting to the AS.
tls_key: StringTLS key for connecting to the AS. Note: when retrieving the routing-profile, the tls_key is not returned for security reasons. When updating the routing-profile, an empty tls_key does not clear the certificate, unless the tls_cert is also left blank.
Trait Implementations
fn merge_field<B>(
&mut self,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf, [src]Returns the encoded length of the message without a length delimiter.
Encodes the message to a buffer. Read more
Encodes the message with a length-delimiter to a buffer. Read more
Decodes an instance of the message from a buffer. Read more
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError> where
Self: Default,
B: Buf, [src]
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError> where
Self: Default,
B: Buf, [src]Decodes a length-delimited instance of the message from the buffer.
Decodes an instance of the message from a buffer, and merges it into self. Read more
Decodes a length-delimited instance of the message from buffer, and
merges it into self. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RoutingProfileimpl Send for RoutingProfileimpl Sync for RoutingProfileimpl Unpin for RoutingProfileimpl UnwindSafe for RoutingProfileBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> VAttaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more