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

669 B

NetworkAttachmentConfig

Properties

Name Type Description Notes
target Option<String> The target network for attachment. Must be a network name or ID. [optional]
aliases Option<Vec> Discoverable alternate names for the service on this network. [optional]
driver_opts Option<std::collections::HashMap<String, String>> Driver attachment options for the network target. [optional]

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