Struct quilkin_xds::generated::envoy::config::route::v3::RouteAction
pub struct RouteAction {Show 25 fields
pub cluster_not_found_response_code: i32,
pub metadata_match: Option<Metadata>,
pub prefix_rewrite: String,
pub regex_rewrite: Option<RegexMatchAndSubstitute>,
pub append_x_forwarded_host: bool,
pub timeout: Option<Duration>,
pub idle_timeout: Option<Duration>,
pub retry_policy: Option<RetryPolicy>,
pub retry_policy_typed_config: Option<Any>,
pub request_mirror_policies: Vec<RequestMirrorPolicy>,
pub priority: i32,
pub rate_limits: Vec<RateLimit>,
pub include_vh_rate_limits: Option<bool>,
pub hash_policy: Vec<HashPolicy>,
pub cors: Option<CorsPolicy>,
pub max_grpc_timeout: Option<Duration>,
pub grpc_timeout_offset: Option<Duration>,
pub upgrade_configs: Vec<UpgradeConfig>,
pub internal_redirect_policy: Option<InternalRedirectPolicy>,
pub internal_redirect_action: i32,
pub max_internal_redirects: Option<u32>,
pub hedge_policy: Option<HedgePolicy>,
pub max_stream_duration: Option<MaxStreamDuration>,
pub cluster_specifier: Option<ClusterSpecifier>,
pub host_rewrite_specifier: Option<HostRewriteSpecifier>,
}
Fields§
§cluster_not_found_response_code: i32
§metadata_match: Option<Metadata>
§prefix_rewrite: String
§regex_rewrite: Option<RegexMatchAndSubstitute>
§append_x_forwarded_host: bool
§timeout: Option<Duration>
§idle_timeout: Option<Duration>
§retry_policy: Option<RetryPolicy>
§retry_policy_typed_config: Option<Any>
§request_mirror_policies: Vec<RequestMirrorPolicy>
§priority: i32
§rate_limits: Vec<RateLimit>
§include_vh_rate_limits: Option<bool>
👎Deprecated
§hash_policy: Vec<HashPolicy>
§cors: Option<CorsPolicy>
§max_grpc_timeout: Option<Duration>
👎Deprecated
§grpc_timeout_offset: Option<Duration>
👎Deprecated
§upgrade_configs: Vec<UpgradeConfig>
§internal_redirect_policy: Option<InternalRedirectPolicy>
§internal_redirect_action: i32
👎Deprecated
§max_internal_redirects: Option<u32>
👎Deprecated
§hedge_policy: Option<HedgePolicy>
§max_stream_duration: Option<MaxStreamDuration>
§cluster_specifier: Option<ClusterSpecifier>
§host_rewrite_specifier: Option<HostRewriteSpecifier>
Implementations§
§impl RouteAction
impl RouteAction
pub fn priority(&self) -> RoutingPriority
pub fn priority(&self) -> RoutingPriority
Returns the enum value of priority
, or the default if the field is set to an invalid enum value.
pub fn set_priority(&mut self, value: RoutingPriority)
pub fn set_priority(&mut self, value: RoutingPriority)
Sets priority
to the provided enum value.
pub fn cluster_not_found_response_code(&self) -> ClusterNotFoundResponseCode
pub fn cluster_not_found_response_code(&self) -> ClusterNotFoundResponseCode
Returns the enum value of cluster_not_found_response_code
, or the default if the field is set to an invalid enum value.
pub fn set_cluster_not_found_response_code(
&mut self,
value: ClusterNotFoundResponseCode
)
pub fn set_cluster_not_found_response_code( &mut self, value: ClusterNotFoundResponseCode )
Sets cluster_not_found_response_code
to the provided enum value.
pub fn internal_redirect_action(&self) -> InternalRedirectAction
pub fn internal_redirect_action(&self) -> InternalRedirectAction
Returns the enum value of internal_redirect_action
, or the default if the field is set to an invalid enum value.
pub fn set_internal_redirect_action(&mut self, value: InternalRedirectAction)
pub fn set_internal_redirect_action(&mut self, value: InternalRedirectAction)
Sets internal_redirect_action
to the provided enum value.
Trait Implementations§
§impl Clone for RouteAction
impl Clone for RouteAction
§fn clone(&self) -> RouteAction
fn clone(&self) -> RouteAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for RouteAction
impl Debug for RouteAction
§impl Default for RouteAction
impl Default for RouteAction
§fn default() -> RouteAction
fn default() -> RouteAction
Returns the “default value” for a type. Read more
§impl Message for RouteAction
impl Message for RouteAction
§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
source§fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
Encodes the message to a buffer. Read more
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
Encodes the message to a newly allocated buffer.
source§fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
Encodes the message with a length-delimiter to a buffer. Read more
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
Encodes the message with a length-delimiter to a newly allocated buffer.
source§fn decode<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
fn decode<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
Decodes an instance of the message from a buffer. Read more
source§fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
Decodes a length-delimited instance of the message from the buffer.
source§fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
Decodes an instance of the message from a buffer, and merges it into
self
. Read moresource§fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
Decodes a length-delimited instance of the message from buffer, and
merges it into
self
.§impl PartialEq for RouteAction
impl PartialEq for RouteAction
§fn eq(&self, other: &RouteAction) -> bool
fn eq(&self, other: &RouteAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RouteAction
Auto Trait Implementations§
impl RefUnwindSafe for RouteAction
impl Send for RouteAction
impl Sync for RouteAction
impl Unpin for RouteAction
impl UnwindSafe for RouteAction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request