docker-sdk-rust/docs/FirewallInfo.md
2025-06-16 16:37:36 +07:00

710 B

FirewallInfo

Properties

Name Type Description Notes
driver Option<String> The name of the firewall backend driver. [optional]
info Option<Vec<Vec>> Information about the firewall backend, provided as "label" / "value" pairs.


> Note: The information returned in this field, including the > formatting of values and labels, should not be considered stable, > and may change without notice.
[optional]

[Back to Model list] [Back to API list] [Back to README]