docker-sdk-rust/docs/FirewallInfo.md

13 lines
710 B
Markdown
Raw Permalink Normal View History

2025-06-16 16:37:36 +07:00
# FirewallInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**driver** | Option<**String**> | The name of the firewall backend driver. | [optional]
**info** | Option<[**Vec<Vec<String>>**](Vec.md)> | Information about the firewall backend, provided as \"label\" / \"value\" pairs. <p><br /></p> > **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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)