pub struct LinuxNetworkBuilder { /* private fields */ }Expand description
Builder for LinuxNetwork.
Implementations§
Source§impl LinuxNetworkBuilder
impl LinuxNetworkBuilder
Sourcepub fn class_id<VALUE: Into<u32>>(self, value: VALUE) -> Self
pub fn class_id<VALUE: Into<u32>>(self, value: VALUE) -> Self
Set class identifier for container’s network packets
Sourcepub fn priorities<VALUE: Into<Vec<LinuxInterfacePriority>>>(
self,
value: VALUE,
) -> Self
pub fn priorities<VALUE: Into<Vec<LinuxInterfacePriority>>>( self, value: VALUE, ) -> Self
Set priority of network traffic for container.