Expand description
Network configuration types and fluent builders.
Re-exports§
pub use builder::*;
Modules§
- builder
- Fluent builder API for
NetworkConfig.
Structs§
- DnsConfig
- DNS interception settings for the sandbox.
- Interface
Overrides - Optional overrides for the guest interface.
- Network
Config - Complete network configuration for a sandbox.
- Published
Port - A published port mapping between host and guest.
Enums§
- Port
Protocol - Protocol for a published port.
Constants§
- MAX_
NETWORK_ CONNECTIONS - Maximum accepted value for
NetworkConfig::max_connections.