pub type NetworkAttachmentConfig = NetworkAttachmentConfig;
👎Deprecated since 0.8.0: Please use
docker_sdk::service::NetworkAttachmentConfig
. This will be removed in 0.9.0.Aliased Type§
pub struct NetworkAttachmentConfig {
pub target: String,
pub aliases: Vec<String>,
pub driver_opts: Option<Value>,
}
Fields§
§target: String
§aliases: Vec<String>
§driver_opts: Option<Value>