pub struct VxlanProxy<'p>(/* private fields */);Implementations§
Source§impl VxlanProxy<'_>
impl VxlanProxy<'_>
pub async fn new_from_path( device_path: OwnedObjectPath, connection: &Connection, ) -> Result<VxlanProxy<'_>>
Source§impl<'p> VxlanProxy<'p>
impl<'p> VxlanProxy<'p>
Sourcepub async fn new(conn: &Connection) -> Result<VxlanProxy<'p>>
pub async fn new(conn: &Connection) -> Result<VxlanProxy<'p>>
Creates a new proxy with the default service and path.
Sourcepub fn builder(conn: &Connection) -> Builder<'p, Self>
pub fn builder(conn: &Connection) -> Builder<'p, Self>
Returns a customizable builder for this proxy.
Sourcepub fn into_inner(self) -> Proxy<'p>
pub fn into_inner(self) -> Proxy<'p>
Consumes self, returning the underlying zbus::Proxy.
Sourcepub fn inner_mut(&mut self) -> &mut Proxy<'p>
pub fn inner_mut(&mut self) -> &mut Proxy<'p>
The mutable reference to the underlying zbus::Proxy.
Sourcepub fn cached_ageing(
&self,
) -> Result<Option<<Result<u32> as ResultAdapter>::Ok>, <Result<u32> as ResultAdapter>::Err>
pub fn cached_ageing( &self, ) -> Result<Option<<Result<u32> as ResultAdapter>::Ok>, <Result<u32> as ResultAdapter>::Err>
Ageing property
Get the cached value of the Ageing property, or None if the property is not cached.
Sourcepub async fn receive_ageing_changed(
&self,
) -> PropertyStream<'p, <Result<u32> as ResultAdapter>::Ok>
pub async fn receive_ageing_changed( &self, ) -> PropertyStream<'p, <Result<u32> as ResultAdapter>::Ok>
Ageing property
Create a stream for the Ageing property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_dst_port(
&self,
) -> Result<Option<<Result<u16> as ResultAdapter>::Ok>, <Result<u16> as ResultAdapter>::Err>
pub fn cached_dst_port( &self, ) -> Result<Option<<Result<u16> as ResultAdapter>::Ok>, <Result<u16> as ResultAdapter>::Err>
DstPort property
Get the cached value of the DstPort property, or None if the property is not cached.
Sourcepub async fn receive_dst_port_changed(
&self,
) -> PropertyStream<'p, <Result<u16> as ResultAdapter>::Ok>
pub async fn receive_dst_port_changed( &self, ) -> PropertyStream<'p, <Result<u16> as ResultAdapter>::Ok>
DstPort property
Create a stream for the DstPort property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_group(
&self,
) -> Result<Option<<Result<String> as ResultAdapter>::Ok>, <Result<String> as ResultAdapter>::Err>
pub fn cached_group( &self, ) -> Result<Option<<Result<String> as ResultAdapter>::Ok>, <Result<String> as ResultAdapter>::Err>
Group property
Get the cached value of the Group property, or None if the property is not cached.
Sourcepub async fn receive_group_changed(
&self,
) -> PropertyStream<'p, <Result<String> as ResultAdapter>::Ok>
pub async fn receive_group_changed( &self, ) -> PropertyStream<'p, <Result<String> as ResultAdapter>::Ok>
Group property
Create a stream for the Group property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub async fn hw_address(&self) -> Result<String>
pub async fn hw_address(&self) -> Result<String>
HwAddress property
Sourcepub fn cached_hw_address(
&self,
) -> Result<Option<<Result<String> as ResultAdapter>::Ok>, <Result<String> as ResultAdapter>::Err>
pub fn cached_hw_address( &self, ) -> Result<Option<<Result<String> as ResultAdapter>::Ok>, <Result<String> as ResultAdapter>::Err>
HwAddress property
Get the cached value of the HwAddress property, or None if the property is not cached.
Sourcepub async fn receive_hw_address_changed(
&self,
) -> PropertyStream<'p, <Result<String> as ResultAdapter>::Ok>
pub async fn receive_hw_address_changed( &self, ) -> PropertyStream<'p, <Result<String> as ResultAdapter>::Ok>
HwAddress property
Create a stream for the HwAddress property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_id(
&self,
) -> Result<Option<<Result<u32> as ResultAdapter>::Ok>, <Result<u32> as ResultAdapter>::Err>
pub fn cached_id( &self, ) -> Result<Option<<Result<u32> as ResultAdapter>::Ok>, <Result<u32> as ResultAdapter>::Err>
Id property
Get the cached value of the Id property, or None if the property is not cached.
Sourcepub async fn receive_id_changed(
&self,
) -> PropertyStream<'p, <Result<u32> as ResultAdapter>::Ok>
pub async fn receive_id_changed( &self, ) -> PropertyStream<'p, <Result<u32> as ResultAdapter>::Ok>
Id property
Create a stream for the Id property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_l2miss(
&self,
) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>
pub fn cached_l2miss( &self, ) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>
L2miss property
Get the cached value of the L2miss property, or None if the property is not cached.
Sourcepub async fn receive_l2miss_changed(
&self,
) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>
pub async fn receive_l2miss_changed( &self, ) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>
L2miss property
Create a stream for the L2miss property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_l3miss(
&self,
) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>
pub fn cached_l3miss( &self, ) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>
L3miss property
Get the cached value of the L3miss property, or None if the property is not cached.
Sourcepub async fn receive_l3miss_changed(
&self,
) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>
pub async fn receive_l3miss_changed( &self, ) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>
L3miss property
Create a stream for the L3miss property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_learning(
&self,
) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>
pub fn cached_learning( &self, ) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>
Learning property
Get the cached value of the Learning property, or None if the property is not cached.
Sourcepub async fn receive_learning_changed(
&self,
) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>
pub async fn receive_learning_changed( &self, ) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>
Learning property
Create a stream for the Learning property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_limit(
&self,
) -> Result<Option<<Result<u32> as ResultAdapter>::Ok>, <Result<u32> as ResultAdapter>::Err>
pub fn cached_limit( &self, ) -> Result<Option<<Result<u32> as ResultAdapter>::Ok>, <Result<u32> as ResultAdapter>::Err>
Limit property
Get the cached value of the Limit property, or None if the property is not cached.
Sourcepub async fn receive_limit_changed(
&self,
) -> PropertyStream<'p, <Result<u32> as ResultAdapter>::Ok>
pub async fn receive_limit_changed( &self, ) -> PropertyStream<'p, <Result<u32> as ResultAdapter>::Ok>
Limit property
Create a stream for the Limit property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_local(
&self,
) -> Result<Option<<Result<String> as ResultAdapter>::Ok>, <Result<String> as ResultAdapter>::Err>
pub fn cached_local( &self, ) -> Result<Option<<Result<String> as ResultAdapter>::Ok>, <Result<String> as ResultAdapter>::Err>
Local property
Get the cached value of the Local property, or None if the property is not cached.
Sourcepub async fn receive_local_changed(
&self,
) -> PropertyStream<'p, <Result<String> as ResultAdapter>::Ok>
pub async fn receive_local_changed( &self, ) -> PropertyStream<'p, <Result<String> as ResultAdapter>::Ok>
Local property
Create a stream for the Local property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub async fn parent(&self) -> Result<OwnedObjectPath>
pub async fn parent(&self) -> Result<OwnedObjectPath>
Parent property
Sourcepub fn cached_parent(
&self,
) -> Result<Option<<Result<OwnedObjectPath> as ResultAdapter>::Ok>, <Result<OwnedObjectPath> as ResultAdapter>::Err>
pub fn cached_parent( &self, ) -> Result<Option<<Result<OwnedObjectPath> as ResultAdapter>::Ok>, <Result<OwnedObjectPath> as ResultAdapter>::Err>
Parent property
Get the cached value of the Parent property, or None if the property is not cached.
Sourcepub async fn receive_parent_changed(
&self,
) -> PropertyStream<'p, <Result<OwnedObjectPath> as ResultAdapter>::Ok>
pub async fn receive_parent_changed( &self, ) -> PropertyStream<'p, <Result<OwnedObjectPath> as ResultAdapter>::Ok>
Parent property
Create a stream for the Parent property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_proxy(
&self,
) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>
pub fn cached_proxy( &self, ) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>
Proxy property
Get the cached value of the Proxy property, or None if the property is not cached.
Sourcepub async fn receive_proxy_changed(
&self,
) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>
pub async fn receive_proxy_changed( &self, ) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>
Proxy property
Create a stream for the Proxy property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_rsc(
&self,
) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>
pub fn cached_rsc( &self, ) -> Result<Option<<Result<bool> as ResultAdapter>::Ok>, <Result<bool> as ResultAdapter>::Err>
Rsc property
Get the cached value of the Rsc property, or None if the property is not cached.
Sourcepub async fn receive_rsc_changed(
&self,
) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>
pub async fn receive_rsc_changed( &self, ) -> PropertyStream<'p, <Result<bool> as ResultAdapter>::Ok>
Rsc property
Create a stream for the Rsc property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub async fn src_port_max(&self) -> Result<u16>
pub async fn src_port_max(&self) -> Result<u16>
SrcPortMax property
Sourcepub fn cached_src_port_max(
&self,
) -> Result<Option<<Result<u16> as ResultAdapter>::Ok>, <Result<u16> as ResultAdapter>::Err>
pub fn cached_src_port_max( &self, ) -> Result<Option<<Result<u16> as ResultAdapter>::Ok>, <Result<u16> as ResultAdapter>::Err>
SrcPortMax property
Get the cached value of the SrcPortMax property, or None if the property is not cached.
Sourcepub async fn receive_src_port_max_changed(
&self,
) -> PropertyStream<'p, <Result<u16> as ResultAdapter>::Ok>
pub async fn receive_src_port_max_changed( &self, ) -> PropertyStream<'p, <Result<u16> as ResultAdapter>::Ok>
SrcPortMax property
Create a stream for the SrcPortMax property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub async fn src_port_min(&self) -> Result<u16>
pub async fn src_port_min(&self) -> Result<u16>
SrcPortMin property
Sourcepub fn cached_src_port_min(
&self,
) -> Result<Option<<Result<u16> as ResultAdapter>::Ok>, <Result<u16> as ResultAdapter>::Err>
pub fn cached_src_port_min( &self, ) -> Result<Option<<Result<u16> as ResultAdapter>::Ok>, <Result<u16> as ResultAdapter>::Err>
SrcPortMin property
Get the cached value of the SrcPortMin property, or None if the property is not cached.
Sourcepub async fn receive_src_port_min_changed(
&self,
) -> PropertyStream<'p, <Result<u16> as ResultAdapter>::Ok>
pub async fn receive_src_port_min_changed( &self, ) -> PropertyStream<'p, <Result<u16> as ResultAdapter>::Ok>
SrcPortMin property
Create a stream for the SrcPortMin property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_tos(
&self,
) -> Result<Option<<Result<u8> as ResultAdapter>::Ok>, <Result<u8> as ResultAdapter>::Err>
pub fn cached_tos( &self, ) -> Result<Option<<Result<u8> as ResultAdapter>::Ok>, <Result<u8> as ResultAdapter>::Err>
Tos property
Get the cached value of the Tos property, or None if the property is not cached.
Sourcepub async fn receive_tos_changed(
&self,
) -> PropertyStream<'p, <Result<u8> as ResultAdapter>::Ok>
pub async fn receive_tos_changed( &self, ) -> PropertyStream<'p, <Result<u8> as ResultAdapter>::Ok>
Tos property
Create a stream for the Tos property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Sourcepub fn cached_ttl(
&self,
) -> Result<Option<<Result<u8> as ResultAdapter>::Ok>, <Result<u8> as ResultAdapter>::Err>
pub fn cached_ttl( &self, ) -> Result<Option<<Result<u8> as ResultAdapter>::Ok>, <Result<u8> as ResultAdapter>::Err>
Ttl property
Get the cached value of the Ttl property, or None if the property is not cached.
Sourcepub async fn receive_ttl_changed(
&self,
) -> PropertyStream<'p, <Result<u8> as ResultAdapter>::Ok>
pub async fn receive_ttl_changed( &self, ) -> PropertyStream<'p, <Result<u8> as ResultAdapter>::Ok>
Ttl property
Create a stream for the Ttl property changes. This is a convenient wrapper around zbus::Proxy::receive_property_changed.
Trait Implementations§
Source§impl<'p> AsMut<Proxy<'p>> for VxlanProxy<'p>
impl<'p> AsMut<Proxy<'p>> for VxlanProxy<'p>
Source§impl<'p> AsRef<Proxy<'p>> for VxlanProxy<'p>
impl<'p> AsRef<Proxy<'p>> for VxlanProxy<'p>
Source§impl<'p> Clone for VxlanProxy<'p>
impl<'p> Clone for VxlanProxy<'p>
Source§fn clone(&self) -> VxlanProxy<'p>
fn clone(&self) -> VxlanProxy<'p>
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more