The subset of GET /networks/{id} we currently care about.
More...
#include <testcontainers/docker/ContainerSpec.hpp>
The subset of GET /networks/{id} we currently care about.
◆ id
| std::string testcontainers::NetworkInspect::id |
◆ name
| std::string testcontainers::NetworkInspect::name |
◆ driver
| std::string testcontainers::NetworkInspect::driver |
◆ scope
| std::string testcontainers::NetworkInspect::scope |
◆ internal
| bool testcontainers::NetworkInspect::internal = false |
Internal (no external connectivity).
◆ attachable
| bool testcontainers::NetworkInspect::attachable = false |
◆ enable_ipv6
| bool testcontainers::NetworkInspect::enable_ipv6 = false |
◆ ipam_pools
IPAM.Config (empty when none).
◆ options
| std::map<std::string, std::string> testcontainers::NetworkInspect::options |
driver Options (null -> empty)
◆ labels
| std::map<std::string, std::string> testcontainers::NetworkInspect::labels |
◆ containers
| std::map<std::string, NetworkEndpoint> testcontainers::NetworkInspect::containers |
Container id -> endpoint, one entry per currently attached container (null / absent -> empty).