pub async fn vpn_tunnels_partial_update(
configuration: &Configuration,
id: i32,
patched_writable_tunnel_request: Option<PatchedWritableTunnelRequest>,
) -> Result<Tunnel, Error<VpnTunnelsPartialUpdateError>>Expand description
Patch a tunnel object.